Move dependency from minio-go v6 to v7 (#10042)

This commit is contained in:
Anis Elleuch
2020-07-14 17:38:05 +01:00
committed by GitHub
parent a2616b8227
commit 778e9c864f
74 changed files with 170 additions and 157 deletions

View File

@@ -22,7 +22,7 @@ import (
"strings"
"git.apache.org/thrift.git/lib/go/thrift"
"github.com/minio/minio-go/v6/pkg/set"
"github.com/minio/minio-go/v7/pkg/set"
"github.com/minio/minio/pkg/s3select/internal/parquet-go/gen-go/parquet"
)