2023-03-07 10:38:56 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-api-go/v2
|
2019-11-18 13:34:06 +00:00
|
|
|
|
2023-05-19 11:26:02 +00:00
|
|
|
go 1.19
|
2019-11-18 13:34:06 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-07 10:38:56 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
2023-05-19 08:10:54 +00:00
|
|
|
github.com/stretchr/testify v1.8.3
|
|
|
|
golang.org/x/sync v0.2.0
|
|
|
|
google.golang.org/grpc v1.55.0
|
|
|
|
google.golang.org/protobuf v1.30.0
|
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 (
|
2023-03-07 10:38:56 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
2023-03-21 08:46:56 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-19 08:10:54 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-05-30 12:46:58 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2022-08-15 12:53:37 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-05-19 08:10:54 +00:00
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
2023-05-30 12:46:58 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2023-03-21 08:46:56 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-08-15 12:53:37 +00:00
|
|
|
)
|