mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
move madmin to github.com/minio/madmin-go (#12239)
This commit is contained in:
@@ -23,10 +23,10 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/minio/madmin-go"
|
||||
"github.com/minio/minio-go/v7/pkg/encrypt"
|
||||
"github.com/minio/minio-go/v7/pkg/tags"
|
||||
"github.com/minio/minio/pkg/bucket/policy"
|
||||
"github.com/minio/minio/pkg/madmin"
|
||||
)
|
||||
|
||||
// CheckPreconditionFn returns true if precondition check failed.
|
||||
|
||||
Reference in New Issue
Block a user