2020-08-06 12:02:13 +00:00
|
|
|
module github.com/nspcc-dev/neofs-s3-gate
|
2020-07-03 12:03:06 +00:00
|
|
|
|
2020-08-06 12:02:13 +00:00
|
|
|
go 1.14
|
2020-07-03 12:03:06 +00:00
|
|
|
|
|
|
|
require (
|
2020-11-24 06:57:40 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.35.34
|
2020-10-13 09:30:12 +00:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-07-03 12:03:06 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-12-02 09:36:18 +00:00
|
|
|
github.com/nspcc-dev/cdn-neofs-sdk v0.1.0
|
2020-11-27 12:37:25 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.20.3
|
2020-07-03 13:52:04 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-06 12:02:02 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.7.1
|
2020-10-19 00:59:05 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-10-13 09:30:12 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2020-11-24 06:57:40 +00:00
|
|
|
google.golang.org/grpc v1.33.1
|
2020-07-03 12:03:06 +00:00
|
|
|
)
|