2018-11-26 15:56:45 +00:00
|
|
|
module github.com/CityOfZion/neo-go
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
github.com/go-redis/redis v6.10.2+incompatible
|
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
|
|
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
|
2019-08-27 10:00:03 +00:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.1.0
|
2018-11-26 15:56:45 +00:00
|
|
|
github.com/onsi/gomega v1.4.2 // indirect
|
|
|
|
github.com/pkg/errors v0.8.0
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.0.5
|
|
|
|
github.com/stretchr/testify v1.2.1
|
|
|
|
github.com/syndtr/goleveldb v0.0.0-20180307113352-169b1b37be73
|
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
golang.org/x/crypto v0.0.0-20180316180149-374053ea96cb
|
|
|
|
golang.org/x/text v0.3.0
|
|
|
|
golang.org/x/tools v0.0.0-20180318012157-96caea41033d
|
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
|
|
)
|