21 lines
574 B
Modula-2
21 lines
574 B
Modula-2
module git.frostfs.info/TrueCloudLab/frostfs-qos
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.9.0
|
|
google.golang.org/grpc v1.69.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require golang.org/x/sync v0.10.0
|