frostfs-s3-gw/go.mod

28 lines
959 B
Modula-2
Raw Normal View History

module github.com/nspcc-dev/neofs-s3-gw
go 1.16
require (
github.com/aws/aws-sdk-go v1.37.9
github.com/bluele/gcache v0.0.2
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/nats-io/nats-server/v2 v2.7.1 // indirect
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
github.com/nspcc-dev/neo-go v0.98.0
github.com/nspcc-dev/neofs-api-go/v2 v2.12.1
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.3.0.20220407103316-e50e6d28280d
github.com/prometheus/client_golang v1.11.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.18.1
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
)