forked from TrueCloudLab/frostfs-s3-gw
19 lines
495 B
Modula-2
19 lines
495 B
Modula-2
module github.com/minio/minio
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/klauspost/compress v1.10.10
|
|
github.com/minio/minio-go/v7 v7.0.3
|
|
github.com/nspcc-dev/neofs-api-go v1.3.0
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.6.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.7.0
|
|
go.uber.org/atomic v1.6.0
|
|
go.uber.org/zap v1.15.0
|
|
google.golang.org/grpc v1.29.1
|
|
)
|