frostfs-s3-gw/go.mod

26 lines
862 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/nspcc-dev/neo-go v0.98.0
github.com/nspcc-dev/neofs-api-go/v2 v2.11.2-0.20220114101721-227a871a04ac
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20220121080144-596774ce5bd3
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-20210711020723-a769d52b0f97
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
)