frostfs-api-go/go.mod

24 lines
803 B
Modula-2
Raw Normal View History

module git.frostfs.info/TrueCloudLab/frostfs-api-go/v2
2019-11-18 13:34:06 +00:00
go 1.17
2019-11-18 13:34:06 +00:00
require (
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
2019-11-18 13:34:06 +00:00
)
require (
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)