mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
migrate to minio/mux from gorilla/mux (#16456)
This commit is contained in:
@@ -22,9 +22,9 @@ import (
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
xhttp "github.com/minio/minio/internal/http"
|
||||
"github.com/minio/minio/internal/logger"
|
||||
"github.com/minio/mux"
|
||||
"github.com/minio/pkg/bucket/policy"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user