2021-05-18 11:18:50 +00:00
|
|
|
module github.com/nspcc-dev/neofs-http-gw
|
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 (
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
|
|
github.com/containerd/containerd v1.6.2 // indirect
|
2021-07-23 17:09:47 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v20.10.14+incompatible // indirect
|
2021-07-23 17:09:47 +00:00
|
|
|
github.com/fasthttp/router v1.4.1
|
2022-02-08 16:24:23 +00:00
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
|
|
github.com/moby/sys/mount v0.3.2 // indirect
|
2021-12-07 11:57:16 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.98.0
|
2022-03-16 08:10:56 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.12.1
|
2022-04-07 12:56:18 +00:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.3.0.20220407103316-e50e6d28280d
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/opencontainers/runc v1.1.1 // indirect
|
2021-07-23 17:09:47 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/prometheus/common v0.30.0
|
2019-12-13 16:02:48 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-07-23 17:09:47 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-02-16 15:20:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-02-08 16:24:23 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
2022-04-18 10:10:13 +00:00
|
|
|
github.com/testcontainers/testcontainers-go v0.13.0
|
2022-03-10 13:33:51 +00:00
|
|
|
github.com/valyala/fasthttp v1.34.0
|
2021-07-23 17:09:47 +00:00
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
go.uber.org/zap v1.18.1
|
2022-04-18 10:10:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
|
2019-11-06 12:33:46 +00:00
|
|
|
)
|