migrate to minio/mux from gorilla/mux (#16456)

This commit is contained in:
Harshavardhana
2023-01-23 16:42:47 +05:30
committed by GitHub
parent eb561e1c05
commit 31b0decd46
42 changed files with 1360 additions and 227 deletions

View File

@@ -26,13 +26,13 @@ import (
"net/http"
"strings"
"github.com/gorilla/mux"
"github.com/minio/madmin-go/v2"
"github.com/minio/minio-go/v7/pkg/set"
"github.com/minio/minio/internal/config"
cfgldap "github.com/minio/minio/internal/config/identity/ldap"
"github.com/minio/minio/internal/config/identity/openid"
"github.com/minio/minio/internal/logger"
"github.com/minio/mux"
iampolicy "github.com/minio/pkg/iam/policy"
"github.com/minio/pkg/ldap"
)