forked from TrueCloudLab/frostfs-api-go
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module git.frostfs.info/TrueCloudLab/frostfs-api-go/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
|
github.com/stretchr/testify v1.8.3
|
|
go.opentelemetry.io/otel v1.15.1
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.15.1
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.1
|
|
go.opentelemetry.io/otel/sdk v1.15.1
|
|
go.opentelemetry.io/otel/trace v1.15.1
|
|
golang.org/x/sync v0.2.0
|
|
google.golang.org/grpc v1.55.0
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.15.1 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.15.1 // indirect
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
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
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|