2021-11-16 17:30:55 +00:00
|
|
|
module github.com/nspcc-dev/neofs-api-go/v2
|
2019-11-18 13:34:06 +00:00
|
|
|
|
2021-08-26 11:17:04 +00:00
|
|
|
go 1.16
|
2019-11-18 13:34:06 +00:00
|
|
|
|
|
|
|
require (
|
2020-03-02 10:59:31 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2021-09-28 15:07:31 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
google.golang.org/grpc v1.41.0
|
|
|
|
google.golang.org/protobuf v1.27.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
|