2020-03-03 17:21:42 +03:00
|
|
|
module github.com/nspcc-dev/neo-go
|
2018-11-26 18:56:45 +03:00
|
|
|
|
|
|
|
require (
|
2019-09-25 19:54:31 +03:00
|
|
|
github.com/Workiva/go-datastructures v1.0.50
|
2019-09-10 17:22:21 +03:00
|
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
2020-07-13 15:51:40 +03:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
2020-04-10 15:30:50 +03:00
|
|
|
github.com/dgraph-io/badger/v2 v2.0.3
|
2020-05-27 11:48:52 +03:00
|
|
|
github.com/frankban/quicktest v1.10.0 // indirect
|
2018-11-26 18:56:45 +03:00
|
|
|
github.com/go-redis/redis v6.10.2+incompatible
|
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2020-04-29 15:25:58 +03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2019-09-09 13:09:46 +03:00
|
|
|
github.com/mr-tron/base58 v1.1.2
|
2020-07-11 10:48:25 +03:00
|
|
|
github.com/nspcc-dev/dbft v0.0.0-20200711144034-c526ccc6f570
|
2020-01-16 17:21:24 +03:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
2020-05-27 11:48:52 +03:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible
|
2019-10-29 20:51:17 +03:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
2019-11-15 13:32:40 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2018-11-26 18:56:45 +03:00
|
|
|
github.com/syndtr/goleveldb v0.0.0-20180307113352-169b1b37be73
|
|
|
|
github.com/urfave/cli v1.20.0
|
2020-03-25 17:07:53 +03:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2019-11-15 13:32:40 +03:00
|
|
|
go.uber.org/atomic v1.4.0
|
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2020-03-25 17:07:53 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
|
2018-11-26 18:56:45 +03:00
|
|
|
golang.org/x/text v0.3.0
|
|
|
|
golang.org/x/tools v0.0.0-20180318012157-96caea41033d
|
2019-09-10 19:11:48 +03:00
|
|
|
gopkg.in/abiosoft/ishell.v2 v2.0.0
|
2018-11-26 18:56:45 +03:00
|
|
|
)
|
2019-10-17 11:30:52 +03:00
|
|
|
|
2020-08-06 16:28:41 +03:00
|
|
|
go 1.13
|