fix: remove gorilla/rpc/ deps fully after our fork (#11108)

This commit is contained in:
Harshavardhana
2020-12-15 11:18:06 -08:00
committed by GitHub
parent 3456b03b12
commit 5df61ab96b
3 changed files with 6 additions and 7 deletions

View File

@@ -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) {