mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix: remove gorilla/rpc/ deps fully after our fork (#11108)
This commit is contained in:
@@ -34,7 +34,6 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/gorilla/rpc/v2/json2"
|
||||
"github.com/klauspost/compress/zip"
|
||||
"github.com/minio/minio-go/v7"
|
||||
miniogo "github.com/minio/minio-go/v7"
|
||||
@@ -56,6 +55,7 @@ import (
|
||||
"github.com/minio/minio/pkg/hash"
|
||||
iampolicy "github.com/minio/minio/pkg/iam/policy"
|
||||
"github.com/minio/minio/pkg/ioutil"
|
||||
"github.com/minio/minio/pkg/rpc/json2"
|
||||
)
|
||||
|
||||
func extractBucketObject(args reflect.Value) (bucketName, objectName string) {
|
||||
|
||||
Reference in New Issue
Block a user