Bump up madmin-go to v2 (#16162)

This commit is contained in:
Aditya Manthramurthy
2022-12-06 13:46:50 -08:00
committed by GitHub
parent 1bae32dc96
commit a30cfdd88f
110 changed files with 142 additions and 135 deletions

View File

@@ -32,7 +32,7 @@ import (
"github.com/bits-and-blooms/bloom/v3"
"github.com/cespare/xxhash/v2"
"github.com/klauspost/compress/zip"
"github.com/minio/madmin-go"
"github.com/minio/madmin-go/v2"
bucketBandwidth "github.com/minio/minio/internal/bucket/bandwidth"
"github.com/minio/minio/internal/logger"
"github.com/minio/minio/internal/sync/errgroup"