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
|
|
|
|
2022-08-15 12:53:37 +00:00
|
|
|
go 1.17
|
2019-11-18 13:34:06 +00:00
|
|
|
|
|
|
|
require (
|
2022-08-15 12:51:04 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.4.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
|
|
|
|
2022-08-15 12:53:37 +00:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
|
|
|
|
golang.org/x/text v0.3.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|
|
|
|
|
2022-03-15 10:38:42 +00:00
|
|
|
// This version uses broken NeoFS API with incompatible signature
|
|
|
|
// definitions. See fix in https://github.com/nspcc-dev/neofs-api/pull/203
|
|
|
|
retract v2.12.0
|