forked from alexvanin/mfa-box
46 lines
1.9 KiB
Modula-2
46 lines
1.9 KiB
Modula-2
module git.frostfs.info/pogpp/mfa
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
git.frostfs.info/TrueCloudLab/frostfs-observability v0.0.0-20241210155057-ec6f88033795
|
|
git.frostfs.info/TrueCloudLab/frostfs-sdk-go v0.0.0-20250130095343-593dd77d841a
|
|
github.com/nspcc-dev/neo-go v0.107.2
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.31.0
|
|
google.golang.org/protobuf v1.36.4
|
|
)
|
|
|
|
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.3.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.3 // 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.28.0 // indirect
|
|
golang.org/x/text v0.21.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
|
|
)
|