Bump up minio/pkg to v3 (#3349)

This commit is contained in:
Aditya Manthramurthy
2024-05-24 10:44:55 -07:00
committed by GitHub
parent 9985892751
commit f1524b0120
36 changed files with 87 additions and 82 deletions

View File

@@ -31,10 +31,10 @@ import (
"syscall"
"time"
"github.com/minio/pkg/v2/env"
"github.com/minio/pkg/v3/env"
"github.com/minio/console/pkg"
"github.com/minio/pkg/v2/certs"
"github.com/minio/pkg/v3/certs"
"github.com/minio/console/pkg/logger/config"
"github.com/minio/console/pkg/logger/message/log"