2023-03-07 14:38:08 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-s3-gw
|
2020-07-03 12:03:06 +00:00
|
|
|
|
2024-08-21 09:47:18 +00:00
|
|
|
go 1.22
|
2020-07-03 12:03:06 +00:00
|
|
|
|
|
|
|
require (
|
2024-09-23 05:54:04 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.16.1-0.20240916093537-13fa0da3741e
|
2024-07-12 12:27:00 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-contract v0.19.3-0.20240621131249-49e5270f673e
|
2024-09-10 07:31:01 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-observability v0.0.0-20240909114314-666d326cc573
|
2024-09-27 07:34:35 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-sdk-go v0.0.0-20240924152932-1b67ab960848
|
2024-08-30 16:26:42 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/policy-engine v0.0.0-20240822104152-a3bc3099bd5b
|
2024-01-28 14:28:18 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/zapjournald v0.0.0-20240124114243-cb2e66427d02
|
2022-08-01 16:52:09 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.6
|
2024-08-01 08:21:20 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.30.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.27
|
2021-08-10 11:19:26 +00:00
|
|
|
github.com/bluele/gcache v0.0.2
|
2023-07-05 14:02:36 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.8
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2022-08-01 16:52:09 +00:00
|
|
|
github.com/minio/sio v0.3.0
|
2024-08-12 11:22:56 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.106.2
|
2022-06-16 09:32:58 +00:00
|
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
|
|
|
github.com/prometheus/client_model v0.5.0
|
2024-07-12 12:31:43 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2020-08-06 12:02:02 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/spf13/viper v1.15.0
|
2023-11-09 06:07:11 +00:00
|
|
|
github.com/ssgreg/journald v1.0.0
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-06-17 11:36:53 +00:00
|
|
|
github.com/trailofbits/go-fuzz-utils v0.0.0-20230413173806-58c38daa3cb4
|
2021-05-19 09:27:41 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2024-09-10 07:31:01 +00:00
|
|
|
go.opentelemetry.io/otel v1.28.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.28.0
|
2024-07-12 12:27:00 +00:00
|
|
|
go.uber.org/zap v1.27.0
|
2024-09-10 07:31:01 +00:00
|
|
|
golang.org/x/crypto v0.24.0
|
2024-09-27 07:34:35 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
2024-09-10 07:31:01 +00:00
|
|
|
golang.org/x/net v0.26.0
|
|
|
|
golang.org/x/text v0.16.0
|
2024-09-23 05:54:04 +00:00
|
|
|
google.golang.org/grpc v1.66.2
|
2024-09-10 07:31:01 +00:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2024-07-12 12:31:43 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2020-07-03 12:03:06 +00:00
|
|
|
)
|
2022-05-13 12:21:50 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-09 06:34:04 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0 // indirect
|
|
|
|
git.frostfs.info/TrueCloudLab/hrw v1.2.1 // indirect
|
2023-03-07 14:38:08 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
|
|
|
git.frostfs.info/TrueCloudLab/tzhash v1.8.0 // indirect
|
2024-08-26 10:04:24 +00:00
|
|
|
github.com/VictoriaMetrics/easyproto v0.1.4 // indirect
|
2024-09-27 07:34:35 +00:00
|
|
|
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
|
2024-08-01 08:21:20 +00:00
|
|
|
github.com/aws/smithy-go v1.20.3 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-09-10 07:31:01 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2024-09-23 05:54:04 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-07-12 12:31:43 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-06-09 06:34:04 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2024-09-10 07:31:01 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-04-24 23:49:12 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-04-01 09:51:05 +00:00
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2024-09-10 07:31:01 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-06-23 13:09:44 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2024-02-02 09:50:04 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2024-02-02 09:50:04 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20240301084351-0246b013f8b2 // indirect
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20240521091047-78685785716d // indirect
|
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.1 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-07-12 12:27:00 +00:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2022-12-14 16:58:00 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2022-04-22 07:18:21 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
2024-04-01 09:51:05 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 // indirect
|
2023-06-09 06:34:04 +00:00
|
|
|
github.com/twmb/murmur3 v1.1.8 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
github.com/urfave/cli v1.22.5 // indirect
|
2024-07-12 12:27:00 +00:00
|
|
|
go.etcd.io/bbolt v1.3.9 // indirect
|
2024-09-10 07:31:01 +00:00
|
|
|
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.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2023-06-09 06:34:04 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-09-10 07:31:01 +00:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
golang.org/x/term v0.21.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
2023-01-24 16:50:46 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-07-25 06:55:13 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-05-13 12:21:50 +00:00
|
|
|
)
|