2020-07-10 17:17:51 +03:00
|
|
|
module github.com/nspcc-dev/neofs-node
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2021-06-21 14:01:08 +03:00
|
|
|
github.com/golang/protobuf v1.5.2
|
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
|
2021-06-21 15:43:10 +03:00
|
|
|
github.com/klauspost/compress v1.13.1
|
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-06-21 15:17:08 +03:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.2
|
2020-11-17 15:26:03 +03:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-06-15 14:46:32 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.95.2
|
2021-06-21 13:30:21 +03:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.27.2-0.20210623145243-07fcaa4ba5cc
|
2021-05-21 16:35:24 +03:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20210520210714-9dee13f0d556
|
2020-09-16 17:46:31 +03:00
|
|
|
github.com/nspcc-dev/tzhash v1.4.0
|
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-23 13:02:34 +03:00
|
|
|
github.com/spf13/cast v1.3.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.0
|
2021-06-21 14:15:15 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-28 17:49:30 +03:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-06-21 14:15:15 +03:00
|
|
|
go.uber.org/atomic v1.8.0
|
|
|
|
go.uber.org/zap v1.17.0
|
2021-06-21 14:05:43 +03:00
|
|
|
google.golang.org/grpc v1.38.0
|
2021-06-21 14:01:08 +03:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-07-10 17:17:51 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
// Used for debug reasons
|
2020-09-16 10:45:08 +03:00
|
|
|
// replace github.com/nspcc-dev/neofs-api-go => ../neofs-api-go
|