forked from TrueCloudLab/frostfs-s3-gw
69e3e22dbc
Note that signal.NotifyContext is a Go 1.16 feature. Signed-off-by: Roman Khimov <roman@nspcc.ru>
21 lines
610 B
Modula-2
21 lines
610 B
Modula-2
module github.com/nspcc-dev/neofs-s3-gw
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.37.9
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/nspcc-dev/cdn-sdk v0.3.4
|
|
github.com/nspcc-dev/neofs-api-go v1.23.0
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
|
github.com/nspcc-dev/neofs-node v1.22.0
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
google.golang.org/grpc v1.35.0
|
|
)
|