frostfs-http-gw/go.mod

18 lines
485 B
Modula-2

module github.com/nspcc-dev/neofs-http-gate
go 1.15
require (
github.com/fasthttp/router v1.3.5
github.com/nspcc-dev/cdn-sdk v0.3.4
github.com/nspcc-dev/neofs-api-go v1.23.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.15.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.20.0
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.35.0
)