2025-03-13 14:29:32 +03:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-mfa
|
2025-03-13 11:57:16 +03:00
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-observability v0.0.0-20250212111929-d34e1329c824
|
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-sdk-go v0.0.0-20250310162458-a262a0038f7d
|
|
|
|
github.com/nspcc-dev/neo-go v0.106.3
|
|
|
|
github.com/pquerna/otp v1.4.0
|
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
|
go.uber.org/zap v1.27.0
|
|
|
|
golang.org/x/crypto v0.33.0
|
|
|
|
google.golang.org/protobuf v1.36.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0 // indirect
|
|
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.31.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.31.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.31.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
golang.org/x/net v0.30.0 // indirect
|
|
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
|
|
golang.org/x/text v0.22.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
|
|
google.golang.org/grpc v1.69.2 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|