2020-03-03 17:21:42 +03:00
|
|
|
module github.com/nspcc-dev/neo-go
|
2018-11-26 18:56:45 +03:00
|
|
|
|
|
|
|
require (
|
2021-07-21 23:20:33 +03:00
|
|
|
github.com/abiosoft/ishell/v2 v2.0.2
|
2020-12-01 18:27:38 +03:00
|
|
|
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db
|
2021-07-21 22:01:13 +03:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
2020-04-29 15:25:58 +03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-08-29 22:37:31 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-11-30 18:42:22 +03:00
|
|
|
github.com/holiman/uint256 v1.2.0
|
2021-07-21 22:23:02 +03:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-07-21 18:39:57 +03:00
|
|
|
github.com/nspcc-dev/dbft v0.0.0-20210721160347-1b03241391ac
|
2022-01-11 19:59:53 +03:00
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22
|
2022-01-13 16:28:23 +03:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20220113123743-7f3162110659
|
2020-01-16 17:21:24 +03:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
2021-07-21 22:26:33 +03:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
2021-07-21 22:35:29 +03:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-07-21 21:47:27 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-21 22:50:38 +03:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
|
2021-07-14 15:05:28 +03:00
|
|
|
github.com/twmb/murmur3 v1.1.5
|
2021-07-21 22:54:21 +03:00
|
|
|
github.com/urfave/cli v1.22.5
|
2021-07-21 22:57:55 +03:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-07-21 23:00:11 +03:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-07-21 23:01:28 +03:00
|
|
|
go.uber.org/zap v1.18.1
|
2021-07-21 23:06:24 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
2021-07-21 23:10:24 +03:00
|
|
|
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4
|
2021-07-21 23:14:51 +03:00
|
|
|
golang.org/x/text v0.3.6
|
2021-07-21 21:47:27 +03:00
|
|
|
golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9
|
2021-07-21 22:35:29 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-26 18:56:45 +03:00
|
|
|
)
|
2019-10-17 11:30:52 +03:00
|
|
|
|
2021-08-25 14:59:00 +03:00
|
|
|
go 1.15
|