2020-08-20 23:50:14 +00:00
|
|
|
module github.com/nspcc-dev/neofs-http-gate
|
2019-11-06 12:33:46 +00:00
|
|
|
|
2021-03-30 22:46:33 +00:00
|
|
|
go 1.16
|
2019-11-06 12:33:46 +00:00
|
|
|
|
|
|
|
require (
|
2021-01-14 10:28:20 +00:00
|
|
|
github.com/fasthttp/router v1.3.5
|
2021-04-23 13:14:17 +00:00
|
|
|
github.com/mr-tron/base58 v1.1.3 // indirect
|
2021-05-24 11:43:04 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.26.1
|
2021-03-30 22:46:33 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2021-01-18 07:08:44 +00:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/prometheus/common v0.15.0
|
2019-12-13 16:02:48 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-11-27 13:38:58 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-02-16 15:20:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-03-30 22:46:33 +00:00
|
|
|
github.com/valyala/fasthttp v1.22.0
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2020-11-09 13:43:23 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2021-03-30 22:46:33 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
2021-04-23 13:14:17 +00:00
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200123022218-593de606220b // indirect
|
2021-03-30 22:46:33 +00:00
|
|
|
google.golang.org/grpc v1.36.1
|
2019-11-06 12:33:46 +00:00
|
|
|
)
|
2021-04-28 10:15:22 +00:00
|
|
|
|
|
|
|
replace github.com/valyala/fasthttp => github.com/nspcc-dev/fasthttp v1.19.1-0.20210428122823-ab82e78c7994
|