forked from TrueCloudLab/frostfs-api-go
6becb23585
- github.com/golang/protobuf `v1.3.2 => v1.3.3` - github.com/pkg/errors `v0.8.1 => v0.9.1` - github.com/prometheus/client_golang `v1.2.1 => v1.4.0` - github.com/prometheus/client_model `v0.0.0-20190812154241-14fe0d1b01d4 => v0.2.0` - github.com/spf13/viper `v1.6.1 => v1.6.2` - google.golang.org/grpc `v1.24.0 => v1.27.0`
23 lines
670 B
Modula-2
23 lines
670 B
Modula-2
module github.com/nspcc-dev/neofs-api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.3.3
|
|
github.com/google/uuid v1.1.1
|
|
github.com/mr-tron/base58 v1.1.3
|
|
github.com/nspcc-dev/neofs-crypto v0.2.3
|
|
github.com/nspcc-dev/netmap v1.6.1
|
|
github.com/nspcc-dev/tzhash v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.4.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
google.golang.org/grpc v1.27.0
|
|
)
|
|
|
|
// Used for debug reasons
|
|
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto
|