Use mc NewAdminFactory (#12)

* Use mc NewAdminFactory

* Updated go mod
This commit is contained in:
Daniel Valdivia
2020-04-02 19:46:18 -07:00
committed by GitHub
parent 3a8f1556af
commit c710aa32fc
5 changed files with 17 additions and 198 deletions

4
go.mod
View File

@@ -12,9 +12,9 @@ require (
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/mc v0.0.0-20200403024131-4d36c1f8b856
github.com/minio/minio v0.0.0-20200327214830-6f992134a25f
github.com/minio/minio-go/v6 v6.0.51-0.20200319192131-097caa7760c7
github.com/minio/minio-go/v6 v6.0.51-0.20200401083717-eadbcae2a0e6
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
)