2021-05-18 14:18:50 +03:00
|
|
|
module github.com/nspcc-dev/neofs-http-gw
|
2019-11-06 15:33:46 +03:00
|
|
|
|
2021-03-31 01:46:33 +03:00
|
|
|
go 1.16
|
2019-11-06 15:33:46 +03:00
|
|
|
|
|
|
|
require (
|
2021-07-23 20:09:47 +03:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/fasthttp/router v1.4.1
|
2021-12-07 14:57:16 +03:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2022-02-08 19:24:23 +03:00
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
2021-12-07 14:57:16 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
2022-03-16 11:10:56 +03:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.12.1
|
|
|
|
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.3
|
2021-07-23 20:09:47 +03:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/prometheus/common v0.29.0
|
|
|
|
github.com/prometheus/procfs v0.7.1 // indirect
|
2019-12-13 19:02:48 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-07-23 20:09:47 +03:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-02-16 18:20:15 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-02-08 19:24:23 +03:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
2021-12-01 09:26:28 +03:00
|
|
|
github.com/testcontainers/testcontainers-go v0.12.0
|
2022-03-10 16:33:51 +03:00
|
|
|
github.com/valyala/fasthttp v1.34.0
|
2021-07-23 20:09:47 +03:00
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
go.uber.org/zap v1.18.1
|
2022-02-08 19:24:23 +03:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
2021-10-19 10:52:41 +03:00
|
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
|
|
google.golang.org/grpc v1.41.0
|
2022-02-08 19:24:23 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2019-11-06 15:33:46 +03:00
|
|
|
)
|