updates code to be compatible with: - github.com/minio/mc v0.0.0-20200415193718-68b638f2f96c - github.com/minio/minio v0.0.0-20200415191640-bde0f444dbab Note: admin_config api is patched temporarily now to return the target configuration as a raw string due to the changes done on minio.
23 lines
705 B
Modula-2
23 lines
705 B
Modula-2
module github.com/minio/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/cli v1.22.0
|
|
github.com/minio/mc v0.0.0-20200415193718-68b638f2f96c
|
|
github.com/minio/minio v0.0.0-20200415191640-bde0f444dbab
|
|
github.com/minio/minio-go/v6 v6.0.53
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/unrolled/secure v1.0.7
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
)
|