2020-03-03 14:21:42 +00:00
|
|
|
module github.com/nspcc-dev/neo-go
|
2018-11-26 15:56:45 +00:00
|
|
|
|
|
|
|
require (
|
2021-07-21 19:01:13 +00:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
2022-02-15 12:55:25 +00:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2022-04-26 09:32:06 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0
|
2022-01-25 18:12:07 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
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
|
2021-11-30 15:42:22 +00:00
|
|
|
github.com/holiman/uint256 v1.2.0
|
2022-02-15 12:55:25 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-07-21 19:23:02 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2022-06-29 11:32:07 +00:00
|
|
|
github.com/nspcc-dev/dbft v0.0.0-20220629112714-fd49ca59d354
|
2022-01-11 16:59:53 +00:00
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22
|
2022-06-01 12:10:43 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220601120906-3bec6657f5c5
|
2022-01-13 13:28:23 +00:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20220113123743-7f3162110659
|
2020-01-16 14:21:24 +00:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
2021-07-21 19:26:33 +00:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible
|
2022-01-25 18:12:07 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2021-07-21 19:35:29 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-07-21 18:47:27 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-21 19:50:38 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
|
2021-07-14 12:05:28 +00:00
|
|
|
github.com/twmb/murmur3 v1.1.5
|
2021-07-21 19:54:21 +00:00
|
|
|
github.com/urfave/cli v1.22.5
|
2021-07-21 19:57:55 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-07-21 20:00:11 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-07-21 20:01:28 +00:00
|
|
|
go.uber.org/zap v1.18.1
|
2021-07-21 20:06:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
2021-07-21 20:10:24 +00:00
|
|
|
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4
|
2021-12-02 14:44:53 +00:00
|
|
|
golang.org/x/text v0.3.7
|
|
|
|
golang.org/x/tools v0.1.8
|
2021-09-25 10:09:55 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2018-11-26 15:56:45 +00:00
|
|
|
)
|
2019-10-17 08:30:52 +00:00
|
|
|
|
2022-02-22 16:28:44 +00:00
|
|
|
go 1.16
|