frostfs-s3-gw/go.mod

25 lines
780 B
Modula-2
Raw Normal View History

module github.com/nspcc-dev/neofs-s3-gate
go 1.14
require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
2020-07-07 23:37:27 +00:00
github.com/klauspost/compress v1.10.10
github.com/nspcc-dev/neofs-api-go v1.3.0
github.com/nspcc-dev/neofs-crypto v0.3.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
2020-07-06 09:18:16 +00:00
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.0
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/grpc v1.29.1
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)