frostfs-http-gw/go.mod
Evgeniy Kulikov b6d94ec9a5
Fixes around get_by_attribute
Before, `attr_val` ignores attribute values that contains slashes in it value, now it's fixed.

Update to v0.3.2 with fixing status of connection pool.

Added debug log message when object not found, for debug reasons.

Update .test.env variables prefix, it was changed in one of previous releases.

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2021-01-23 16:28:12 +03:00

17 lines
449 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.2
github.com/nspcc-dev/neofs-api-go v1.22.1
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/valyala/fasthttp v1.19.0
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.35.0
)