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

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