Rename cmd -> legacy

remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Evgeniy Kulikov 2020-07-09 12:23:09 +03:00
parent b75a189805
commit 1665c8e35e
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"math"
"time"
minio "github.com/minio/minio/cmd"
minio "github.com/minio/minio/legacy"
"github.com/minio/minio/neofs/pool"
"github.com/minio/minio/pkg/auth"
"github.com/nspcc-dev/neofs-api-go/chain"

View File

@ -7,7 +7,7 @@ import (
"net/http"
"strings"
minio "github.com/minio/minio/cmd"
minio "github.com/minio/minio/legacy"
"github.com/minio/minio/pkg/hash"
"github.com/nspcc-dev/neofs-api-go/object"
"github.com/nspcc-dev/neofs-api-go/refs"

View File

@ -7,7 +7,7 @@ import (
"time"
"github.com/gogo/protobuf/proto"
minio "github.com/minio/minio/cmd"
minio "github.com/minio/minio/legacy"
"github.com/minio/minio/neofs/pool"
"github.com/nspcc-dev/neofs-api-go/object"
"github.com/nspcc-dev/neofs-api-go/refs"