frostfs-api-go/go.mod

15 lines
370 B
Modula-2
Raw Normal View History

module github.com/nspcc-dev/neofs-api-go/v2
2019-11-18 13:34:06 +00:00
go 1.16
2019-11-18 13:34:06 +00:00
require (
github.com/nspcc-dev/neofs-crypto v0.4.0
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
)
// 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