Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled

This commit is contained in:
Harshavardhana
2015-08-22 18:34:00 -07:00
parent 5721d85c9a
commit 988d39a5b6
152 changed files with 10387 additions and 83 deletions

View File

@@ -20,7 +20,7 @@ import (
"encoding/json"
"net/http"
jsonrpc "github.com/minio/minio/internal/github.com/gorilla/rpc/v2/json"
jsonrpc "github.com/gorilla/rpc/v2/json"
"github.com/minio/minio/pkg/auth"
"github.com/minio/minio/pkg/probe"
"github.com/minio/minio/pkg/server/rpc"

View File

@@ -20,7 +20,7 @@ import (
"bytes"
"net/http"
"github.com/minio/minio/internal/github.com/gorilla/rpc/v2/json"
"github.com/gorilla/rpc/v2/json"
"github.com/minio/minio/pkg/probe"
)