21 lines
673 B
Modula-2
21 lines
673 B
Modula-2
module github.com/minio/m3/mcs
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/go-openapi/errors v0.19.4
|
|
github.com/go-openapi/loads v0.19.5
|
|
github.com/go-openapi/runtime v0.19.12
|
|
github.com/go-openapi/spec v0.19.7
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/swag v0.19.8
|
|
github.com/go-openapi/validate v0.19.7
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/minio/mc v0.0.0-20200401220942-e05f02d9f459
|
|
github.com/minio/minio v0.0.0-20200327214830-6f992134a25f
|
|
github.com/minio/minio-go/v6 v6.0.51-0.20200319192131-097caa7760c7
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
)
|