2021-05-18 11:10:08 +00:00
|
|
|
module github.com/nspcc-dev/neofs-s3-gw
|
2020-07-03 12:03:06 +00:00
|
|
|
|
2021-05-25 10:30:54 +00:00
|
|
|
go 1.16
|
2020-07-03 12:03:06 +00:00
|
|
|
|
|
|
|
require (
|
2021-02-12 09:27:22 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.37.9
|
2021-08-10 11:19:26 +00:00
|
|
|
github.com/bluele/gcache v0.0.2
|
2021-08-27 12:48:59 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2021-12-29 13:38:23 +00:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2021-02-01 16:59:42 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-01-14 17:39:48 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-02-04 10:05:36 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.7.1 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
|
2021-12-29 13:38:23 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
2022-03-16 09:02:16 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.12.1
|
|
|
|
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.3
|
2021-08-27 12:48:59 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2020-08-06 12:02:02 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.7.1
|
2021-01-14 17:39:48 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-05-19 09:27:41 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-08-27 12:48:59 +00:00
|
|
|
go.uber.org/zap v1.18.1
|
2022-02-04 10:05:36 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
2021-08-27 12:48:59 +00:00
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
2021-10-26 12:03:51 +00:00
|
|
|
google.golang.org/grpc v1.41.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-07-03 12:03:06 +00:00
|
|
|
)
|