Bump up madmin-go and pkg deps (#17469)

This commit is contained in:
Aditya Manthramurthy
2023-06-19 17:53:08 -07:00
committed by GitHub
parent bbb7ae156c
commit 5a1612fe32
110 changed files with 116 additions and 113 deletions

View File

@@ -23,7 +23,7 @@ import (
"sync/atomic"
"time"
"github.com/minio/madmin-go/v2"
"github.com/minio/madmin-go/v3"
"github.com/minio/minio/internal/disk"
ioutilx "github.com/minio/minio/internal/ioutil"
)