25da5d2e13
Replace all elements from `v2` to root directory. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
13 lines
303 B
Modula-2
13 lines
303 B
Modula-2
module github.com/nspcc-dev/neofs-api-go/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
// Used for debug reasons
|
|
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto
|