frostfs-s3-gw/go.mod

36 lines
1.3 KiB
Modula-2
Raw Normal View History

module github.com/nspcc-dev/neofs-s3-gate
go 1.14
require (
github.com/awalterschulze/gographviz v2.0.1+incompatible // indirect
github.com/aws/aws-sdk-go v1.33.20
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/nspcc-dev/hrw v1.0.9 // indirect
github.com/nspcc-dev/neofs-api-go v1.3.0
github.com/nspcc-dev/neofs-authmate v0.0.0-20200806174343-d3b2deb75d54
github.com/nspcc-dev/neofs-crypto v0.3.0
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.11.1 // indirect
github.com/spf13/afero v1.3.3 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200806125547-5acd03effb82 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 // indirect
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)