2020-08-21 02:50:14 +03:00
|
|
|
module github.com/nspcc-dev/neofs-http-gate
|
2019-11-06 15:33:46 +03:00
|
|
|
|
2021-01-14 13:28:20 +03:00
|
|
|
go 1.15
|
2019-11-06 15:33:46 +03:00
|
|
|
|
|
|
|
require (
|
2021-01-14 13:28:20 +03:00
|
|
|
github.com/fasthttp/router v1.3.5
|
2021-02-12 12:19:43 +03:00
|
|
|
github.com/nspcc-dev/cdn-sdk v0.3.4
|
|
|
|
github.com/nspcc-dev/neofs-api-go v1.23.0
|
2020-04-22 13:34:48 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-18 10:08:44 +03:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-11-27 16:38:58 +03:00
|
|
|
github.com/prometheus/common v0.15.0
|
2019-12-13 19:02:48 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-11-27 16:38:58 +03:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-02-12 12:19:43 +03:00
|
|
|
github.com/valyala/fasthttp v1.20.0
|
2020-11-09 16:43:23 +03:00
|
|
|
go.uber.org/zap v1.16.0
|
2021-01-14 13:28:20 +03:00
|
|
|
google.golang.org/grpc v1.35.0
|
2019-11-06 15:33:46 +03:00
|
|
|
)
|