1
0
mirror of https://github.com/minio/mc.git synced 2025-11-09 02:22:18 +03:00

Update minio-go to latest release v6.0.26 (#2782)

This commit is contained in:
Harshavardhana
2019-05-29 08:27:18 -07:00
committed by GitHub
parent dd4e356c64
commit f4bb0b8850
9 changed files with 33 additions and 17 deletions

View File

@@ -27,8 +27,8 @@ import (
"strings"
"time"
"github.com/minio/minio-go"
"github.com/minio/minio-go/pkg/encrypt"
"github.com/minio/minio-go/v6"
"github.com/minio/minio-go/v6/pkg/encrypt"
"github.com/minio/mc/pkg/console"
"github.com/minio/mc/pkg/ioutils"