update code.goole.com/p/go.net to golang.org/x/net

https://groups.google.com/forum/#!topic/golang-nuts/eD8dh3T9yyA
This commit is contained in:
Eric Paris
2014-11-05 18:48:29 -05:00
parent 931cd3a2df
commit 4e95104953
102 changed files with 79 additions and 55 deletions

View File

@@ -19,7 +19,7 @@ package api
import (
stderrs "errors"
"code.google.com/p/go.net/context"
"golang.org/x/net/context"
)
// Context carries values across API boundaries.

View File

@@ -32,8 +32,8 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"code.google.com/p/go.net/html"
"github.com/golang/glog"
"golang.org/x/net/html"
)
// tagsToAttrs states which attributes of which tags require URL substitution.

View File

@@ -26,7 +26,7 @@ import (
"strings"
"testing"
"code.google.com/p/go.net/html"
"golang.org/x/net/html"
)
func parseURLOrDie(inURL string) *url.URL {

View File

@@ -30,8 +30,8 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/watch"
watchjson "github.com/GoogleCloudPlatform/kubernetes/pkg/watch/json"
"code.google.com/p/go.net/websocket"
"github.com/golang/glog"
"golang.org/x/net/websocket"
)
type WatchHandler struct {

View File

@@ -24,10 +24,10 @@ import (
"reflect"
"testing"
"code.google.com/p/go.net/websocket"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"github.com/GoogleCloudPlatform/kubernetes/pkg/watch"
"golang.org/x/net/websocket"
)
// watchJSON defines the expected JSON wire equivalent of watch.Event