Fix Module (#32)

This commit is contained in:
Daniel Valdivia
2020-04-06 11:58:34 -07:00
committed by GitHub
parent d57ec001f4
commit c8938dc131
93 changed files with 124 additions and 124 deletions

View File

@@ -26,9 +26,9 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtime/middleware"
"github.com/go-openapi/swag"
"github.com/minio/m3/mcs/models"
"github.com/minio/m3/mcs/restapi/operations"
"github.com/minio/m3/mcs/restapi/operations/admin_api"
"github.com/minio/mcs/models"
"github.com/minio/mcs/restapi/operations"
"github.com/minio/mcs/restapi/operations/admin_api"
"github.com/minio/minio/pkg/madmin"
)