2020-07-10 14:17:51 +00:00
|
|
|
module github.com/nspcc-dev/neofs-node
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2021-06-21 11:01:08 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-06-21 11:05:43 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2020-11-03 11:16:32 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2020-11-17 16:29:00 +00:00
|
|
|
github.com/klauspost/compress v1.11.3
|
2020-08-04 14:46:12 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-07-10 14:17:51 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.3
|
2021-05-18 08:04:01 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
2020-11-17 12:26:03 +00:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-06-15 11:46:32 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.95.2
|
2021-06-10 17:42:18 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.27.1
|
2021-05-21 13:35:24 +00:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20210520210714-9dee13f0d556
|
2020-09-16 14:46:31 +00:00
|
|
|
github.com/nspcc-dev/tzhash v1.4.0
|
2020-07-10 14:17:51 +00:00
|
|
|
github.com/panjf2000/ants/v2 v2.3.0
|
2021-02-08 18:11:51 +00:00
|
|
|
github.com/paulmach/orb v0.2.1
|
2020-07-10 14:17:51 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2021-06-21 11:42:38 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/viper v1.8.0
|
2021-06-21 11:15:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-28 14:49:30 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-06-21 11:15:15 +00:00
|
|
|
go.uber.org/atomic v1.8.0
|
|
|
|
go.uber.org/zap v1.17.0
|
2021-06-21 11:05:43 +00:00
|
|
|
google.golang.org/grpc v1.38.0
|
2021-06-21 11:01:08 +00:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-07-10 14:17:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// Used for debug reasons
|
2020-09-16 07:45:08 +00:00
|
|
|
// replace github.com/nspcc-dev/neofs-api-go => ../neofs-api-go
|