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

@@ -19,7 +19,7 @@ package api
import (
"net/http"
"github.com/minio/minio/internal/github.com/gorilla/mux"
"github.com/gorilla/mux"
"github.com/minio/minio/pkg/donut"
"github.com/minio/minio/pkg/probe"
"github.com/minio/minio/pkg/utils/log"

View File

@@ -20,7 +20,7 @@ import (
"net/http"
"strconv"
"github.com/minio/minio/internal/github.com/gorilla/mux"
"github.com/gorilla/mux"
"github.com/minio/minio/pkg/donut"
"github.com/minio/minio/pkg/probe"
"github.com/minio/minio/pkg/utils/log"