2020-08-20 23:50:14 +00:00
|
|
|
module github.com/nspcc-dev/neofs-http-gate
|
2019-11-06 12:33:46 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/fasthttp/router v1.3.3
|
2020-11-23 09:32:03 +00:00
|
|
|
github.com/nspcc-dev/cdn-neofs-sdk v0.0.0
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.20.3
|
2020-03-10 11:06:06 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2020-04-22 10:34:48 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/prometheus/client_golang v1.8.0
|
|
|
|
github.com/prometheus/common v0.15.0
|
2019-12-13 16:02:48 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
github.com/valyala/fasthttp v1.17.0
|
2020-11-09 13:43:23 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2020-11-27 13:38:58 +00:00
|
|
|
google.golang.org/grpc v1.33.2
|
2019-11-06 12:33:46 +00:00
|
|
|
)
|
2020-11-23 09:32:03 +00:00
|
|
|
|
|
|
|
replace github.com/nspcc-dev/cdn-neofs-sdk => ../sdk
|