Ekaterina Lebedeva
33653962b7
All checks were successful
DCO action / DCO (pull_request) Successful in 42s
Tests and linters / Tests (1.22) (pull_request) Successful in 49s
Tests and linters / Tests (1.23) (pull_request) Successful in 1m6s
Tests and linters / Tests with -race (pull_request) Successful in 1m8s
Tests and linters / Lint (pull_request) Successful in 3m6s
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
28 lines
951 B
Modula-2
28 lines
951 B
Modula-2
module git.frostfs.info/TrueCloudLab/frostfs-api-go/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
|
github.com/VictoriaMetrics/easyproto v0.1.4
|
|
github.com/mailru/easyjson v0.7.7
|
|
github.com/stretchr/testify v1.8.3
|
|
golang.org/x/sync v0.6.0
|
|
google.golang.org/grpc v1.63.2
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|