frostfs-api-go/go.mod

19 lines
572 B
Modula-2
Raw Normal View History

2020-03-31 07:05:26 +00:00
module github.com/nspcc-dev/neofs-api-go
2019-11-18 13:34:06 +00:00
2020-03-31 07:05:26 +00:00
go 1.14
2019-11-18 13:34:06 +00:00
require (
2020-05-26 10:06:43 +00:00
github.com/golang/protobuf v1.4.2
github.com/nspcc-dev/neofs-crypto v0.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
2020-05-26 10:06:43 +00:00
google.golang.org/grpc v1.29.1
2019-11-18 13:34:06 +00:00
)
// Used for debug reasons
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto