2019-11-06 15:33:46 +03:00
|
|
|
module github.com/nspcc-dev/neofs-gw
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-06-03 06:30:36 +03:00
|
|
|
github.com/fasthttp/router v1.1.6
|
|
|
|
github.com/nspcc-dev/neofs-api-go v1.0.0
|
2020-03-10 14:06:06 +03:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2020-04-22 13:34:48 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-06-03 06:30:36 +03:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
|
|
|
github.com/prometheus/common v0.10.0
|
2019-12-13 19:02:48 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-06-03 06:30:36 +03:00
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
github.com/valyala/fasthttp v1.14.0
|
2020-02-28 19:43:25 +03:00
|
|
|
go.uber.org/atomic v1.6.0
|
2020-06-03 06:30:36 +03:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-02-28 19:43:25 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
|
2020-06-03 06:30:36 +03:00
|
|
|
google.golang.org/grpc v1.29.1
|
2019-11-06 15:33:46 +03:00
|
|
|
)
|