2021-05-18 11:10:08 +00:00
|
|
|
module github.com/nspcc-dev/neofs-s3-gw
|
2020-07-03 12:03:06 +00:00
|
|
|
|
2021-05-25 10:30:54 +00:00
|
|
|
go 1.16
|
2020-07-03 12:03:06 +00:00
|
|
|
|
|
|
|
require (
|
2021-06-24 08:42:54 +00:00
|
|
|
github.com/alecthomas/participle v0.7.1 // indirect
|
2021-02-12 09:27:22 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.37.9
|
2021-02-01 16:59:42 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-01-14 17:39:48 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-06-22 13:25:29 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.95.3
|
2021-07-07 15:03:25 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.28.3
|
2021-05-19 09:27:41 +00:00
|
|
|
github.com/nspcc-dev/neofs-node v1.22.0
|
2021-07-07 15:03:25 +00:00
|
|
|
github.com/nspcc-dev/neofs-sdk-go v0.0.0-20210707142403-393034fd73bb
|
2021-01-14 17:39:48 +00:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-08-06 12:02:02 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.7.1
|
2021-01-14 17:39:48 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-05-19 09:27:41 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-05-28 08:46:13 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2020-10-13 09:30:12 +00:00
|
|
|
go.uber.org/zap v1.16.0
|
2021-05-26 16:48:27 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-05-28 08:46:13 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
|
|
|
|
golang.org/x/text v0.3.5 // indirect
|
2021-05-26 16:48:27 +00:00
|
|
|
google.golang.org/grpc v1.36.1
|
2021-06-14 13:20:49 +00:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-07-03 12:03:06 +00:00
|
|
|
)
|