mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
a058598ecc
* small fixes * gofmt * bytearray parsing * tests * removed unnecessary files * added more types for bytearray * iter * made TryParseArray parameter variadic * fixes after review * fix after review * misprints * updated array reverse * imports/fmt * naming
23 lines
982 B
Modula-2
23 lines
982 B
Modula-2
module github.com/CityOfZion/neo-go
|
|
|
|
require (
|
|
github.com/anthdm/rfc6979 v0.0.0-20141003034818-6a90f24967eb
|
|
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb // indirect
|
|
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
|
|
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
|
|
gopkg.in/h2non/gock.v1 v1.0.12 // indirect
|
|
)
|