2020-03-03 14:21:42 +00:00
|
|
|
module github.com/nspcc-dev/neo-go
|
2018-11-26 15:56:45 +00:00
|
|
|
|
|
|
|
require (
|
2019-09-25 16:54:31 +00:00
|
|
|
github.com/Workiva/go-datastructures v1.0.50
|
2020-12-01 15:27:38 +00:00
|
|
|
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db
|
2019-09-10 14:22:21 +00:00
|
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
2020-07-13 12:51:40 +00:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
2020-04-10 12:30:50 +00:00
|
|
|
github.com/dgraph-io/badger/v2 v2.0.3
|
2018-11-26 15:56:45 +00:00
|
|
|
github.com/go-redis/redis v6.10.2+incompatible
|
2020-04-29 12:25:58 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-08-29 19:37:31 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2019-09-09 10:09:46 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.2
|
2021-03-01 14:22:27 +00:00
|
|
|
github.com/nspcc-dev/dbft v0.0.0-20210302103605-cc75991b7cfb
|
2021-06-07 11:17:18 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.27.1
|
2020-01-16 14:21:24 +00:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
2020-05-27 08:48:52 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible
|
2019-10-29 17:51:17 +00:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
2020-12-10 14:01:39 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2018-11-26 15:56:45 +00:00
|
|
|
github.com/syndtr/goleveldb v0.0.0-20180307113352-169b1b37be73
|
2021-07-14 12:05:28 +00:00
|
|
|
github.com/twmb/murmur3 v1.1.5
|
2018-11-26 15:56:45 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2021-05-07 16:48:57 +00:00
|
|
|
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74
|
2020-03-25 14:07:53 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2019-11-15 10:32:40 +00:00
|
|
|
go.uber.org/atomic v1.4.0
|
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2021-02-10 08:53:01 +00:00
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
2018-11-26 15:56:45 +00:00
|
|
|
golang.org/x/text v0.3.0
|
2020-10-16 09:51:43 +00:00
|
|
|
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
|
2019-09-10 16:11:48 +00:00
|
|
|
gopkg.in/abiosoft/ishell.v2 v2.0.0
|
2020-08-12 13:31:06 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2018-11-26 15:56:45 +00:00
|
|
|
)
|
2019-10-17 08:30:52 +00:00
|
|
|
|
2021-03-01 08:13:52 +00:00
|
|
|
go 1.14
|