2019-11-06 12:33:46 +00:00
|
|
|
module github.com/nspcc-dev/neofs-gw
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-02-28 16:43:25 +00:00
|
|
|
github.com/fasthttp/router v0.6.1
|
2020-03-10 11:06:06 +00:00
|
|
|
github.com/nspcc-dev/neofs-api v0.4.1
|
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
|
|
|
github.com/prometheus/client_golang v1.5.0
|
2020-02-28 16:43:25 +00:00
|
|
|
github.com/prometheus/common v0.9.1
|
2019-12-13 16:02:48 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-02-28 16:43:25 +00:00
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
github.com/valyala/fasthttp v1.9.0
|
|
|
|
go.uber.org/atomic v1.6.0
|
|
|
|
go.uber.org/zap v1.14.0
|
|
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2020-02-25 15:41:19 +00:00
|
|
|
google.golang.org/grpc v1.27.1
|
2019-11-06 12:33:46 +00:00
|
|
|
)
|