forked from TrueCloudLab/frostfs-http-gw
c55c4a3557
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/nspcc-dev/neofs-http-gw
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/dgraph-io/badger/v2 v2.2007.3 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/fasthttp/router v1.4.1
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/klauspost/compress v1.13.1 // indirect
|
|
github.com/nspcc-dev/neo-go v0.97.3
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20211115110427-df6a622c20e8
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.29.0
|
|
github.com/prometheus/procfs v0.7.1 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/testcontainers/testcontainers-go v0.11.1
|
|
github.com/valyala/fasthttp v1.28.0
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.18.1
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
google.golang.org/grpc v1.41.0
|
|
)
|