mirror of
https://github.com/pgsty/minio.git
synced 2026-09-20 17:58:25 +03:00
Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled
This commit is contained in:
@@ -19,8 +19,8 @@ package rpc
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/minio/minio/internal/github.com/gorilla/rpc/v2"
|
||||
"github.com/minio/minio/internal/github.com/gorilla/rpc/v2/json"
|
||||
"github.com/gorilla/rpc/v2"
|
||||
"github.com/gorilla/rpc/v2/json"
|
||||
)
|
||||
|
||||
// Server rpc server container
|
||||
|
||||
Reference in New Issue
Block a user