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

@@ -24,7 +24,7 @@ import (
"errors"
"github.com/minio/m3/mcs/models"
"github.com/minio/mcs/models"
"github.com/minio/minio/pkg/madmin"
"github.com/stretchr/testify/assert"
)