2020-03-31 07:05:26 +00:00
|
|
|
module github.com/nspcc-dev/neofs-api-go
|
2019-11-18 13:34:06 +00:00
|
|
|
|
2020-03-31 07:05:26 +00:00
|
|
|
go 1.14
|
2019-11-18 13:34:06 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-05-26 10:06:43 +00:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2019-11-18 13:34:06 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-11-26 12:48:55 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.3
|
2020-07-17 14:59:19 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.90.0
|
2020-03-02 10:59:31 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2020-04-16 08:41:40 +00:00
|
|
|
github.com/nspcc-dev/netmap v1.7.0
|
2020-02-07 14:16:25 +00:00
|
|
|
github.com/nspcc-dev/tzhash v1.4.0
|
2020-02-04 16:12:46 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-26 10:06:43 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-02-04 16:12:46 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-05-26 10:06:43 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2020-04-16 08:41:40 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-11-18 13:34:06 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2020-05-26 10:06:43 +00:00
|
|
|
google.golang.org/grpc v1.29.1
|
2019-11-18 13:34:06 +00:00
|
|
|
)
|
2019-12-20 07:13:16 +00:00
|
|
|
|
|
|
|
// Used for debug reasons
|
|
|
|
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto
|