frostfs-http-gw/go.mod
Evgeniy Kulikov 746946290c
NSPCC-762 Connection pool
- implement connection pool
- wait until container creates
- refactoring gw service
- add config option to enable prometheus and pprof
- update neofs-proto to v0.2.8
2019-12-21 13:26:14 +03:00

18 lines
480 B
Modula-2

module github.com/nspcc-dev/neofs-gw
go 1.13
require (
github.com/labstack/echo/v4 v4.1.11
github.com/nspcc-dev/neofs-crypto v0.2.2
github.com/nspcc-dev/neofs-proto v0.2.8
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
go.uber.org/zap v1.13.0
google.golang.org/grpc v1.25.1
)
// Temporary, before we move repo to github:
// replace github.com/nspcc-dev/neofs-proto => ../neofs-proto