frostfs-http-gw/go.mod

19 lines
552 B
Modula-2
Raw Normal View History

2020-08-21 02:50:14 +03:00
module github.com/nspcc-dev/neofs-http-gate
2019-11-06 15:33:46 +03:00
go 1.13
require (
github.com/fasthttp/router v1.1.6
2020-11-13 21:01:10 +03:00
github.com/nspcc-dev/cdn-neofs-sdk v0.0.0-20201113175725-f448ffe8047c
2020-11-09 16:43:23 +03:00
github.com/nspcc-dev/neofs-api-go v0.0.0-20201029071528-352e99d9b91a
github.com/nspcc-dev/neofs-crypto v0.3.0
2020-04-22 13:34:48 +03:00
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/valyala/fasthttp v1.14.0
2020-11-09 16:43:23 +03:00
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.33.1
2019-11-06 15:33:46 +03:00
)