Bump up madmin-go to v2 (#2479)

This commit is contained in:
Aditya Manthramurthy
2022-12-01 20:55:21 -08:00
committed by GitHub
parent c803451920
commit 5800d01406
52 changed files with 63 additions and 58 deletions

View File

@@ -23,7 +23,7 @@ import (
"fmt"
"testing"
"github.com/minio/madmin-go"
"github.com/minio/madmin-go/v2"
"github.com/stretchr/testify/assert"
)