2020-07-10 17:17:51 +03:00
|
|
|
module github.com/nspcc-dev/neofs-node
|
|
|
|
|
2021-06-28 17:01:31 +03:00
|
|
|
go 1.16
|
2020-07-10 17:17:51 +03:00
|
|
|
|
|
|
|
require (
|
2022-01-26 14:27:06 +03:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2022-01-20 18:34:53 +03:00
|
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2022-03-14 17:16:53 +03:00
|
|
|
github.com/golang/snappy v0.0.3 // indirect
|
2021-10-21 18:32:01 +03:00
|
|
|
github.com/google/go-github/v39 v39.2.0
|
2021-06-21 14:05:43 +03:00
|
|
|
github.com/google/uuid v1.2.0
|
2020-11-03 14:16:32 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2022-03-14 17:16:53 +03:00
|
|
|
github.com/klauspost/compress v1.14.4
|
2020-08-04 17:46:12 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-06-21 15:20:41 +03:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-07-30 19:31:00 +03:00
|
|
|
github.com/multiformats/go-multiaddr v0.4.0
|
2022-03-14 17:16:53 +03:00
|
|
|
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
|
2020-11-17 15:26:03 +03:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-12-08 19:05:14 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
2022-02-28 14:01:00 +03:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.12.0
|
2022-02-08 11:25:11 +03:00
|
|
|
github.com/nspcc-dev/neofs-contract v0.14.2
|
2022-03-11 18:24:11 +03:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.2.0.20220314100449-68b0440c626f
|
2022-02-25 12:20:49 +03:00
|
|
|
github.com/nspcc-dev/tzhash v1.5.2
|
2021-06-21 15:12:09 +03:00
|
|
|
github.com/panjf2000/ants/v2 v2.4.0
|
2021-06-21 15:02:20 +03:00
|
|
|
github.com/paulmach/orb v0.2.2
|
2021-06-21 14:57:58 +03:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-06-28 17:07:32 +03:00
|
|
|
github.com/spf13/cast v1.3.1
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/viper v1.8.1
|
2021-06-21 14:15:15 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-23 14:47:14 +03:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
|
|
|
go.uber.org/atomic v1.9.0
|
|
|
|
go.uber.org/zap v1.18.1
|
|
|
|
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4
|
2021-09-28 18:20:30 +03:00
|
|
|
google.golang.org/grpc v1.41.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-07-10 17:17:51 +03:00
|
|
|
)
|