Use github.com/minio/pkg/v2 (#3027)

This commit is contained in:
Aditya Manthramurthy
2023-09-01 16:29:07 -07:00
committed by GitHub
parent 6e6246797c
commit 467b6b9bcb
36 changed files with 47 additions and 44 deletions

View File

@@ -29,8 +29,8 @@ import (
"strings"
"github.com/minio/cli"
xcerts "github.com/minio/pkg/certs"
"github.com/minio/pkg/env"
xcerts "github.com/minio/pkg/v2/certs"
"github.com/minio/pkg/v2/env"
"github.com/mitchellh/go-homedir"
)