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

@@ -24,7 +24,7 @@ import (
"github.com/go-openapi/swag"
"github.com/minio/console/models"
"github.com/minio/madmin-go"
"github.com/minio/madmin-go/v2"
"github.com/stretchr/testify/assert"
)