forked from TrueCloudLab/frostfs-s3-gw
Rename cmd -> legacy
This commit is contained in:
parent
1665c8e35e
commit
3c7682402e
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"time"
|
||||
|
||||
minio "github.com/minio/minio/cmd"
|
||||
minio "github.com/minio/minio/legacy"
|
||||
"github.com/minio/minio/neofs/layer"
|
||||
"github.com/minio/minio/neofs/pool"
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
|
|
Loading…
Reference in a new issue