Skip to content

Commit c70475c

Browse files
committed
ref(logspout): move websocket package to golang.org
code.google.com is going away as a code hosting location.
1 parent 05ab4c6 commit c70475c

10 files changed

Lines changed: 140 additions & 14 deletions

File tree

Godeps/Godeps.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/client.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/client.go

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/exampledial_test.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/exampledial_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/examplehandler_test.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/examplehandler_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/hybi.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/hybi.go

File renamed without changes.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/hybi_test.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/hybi_test.go

File renamed without changes.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/server.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/server.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/websocket.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/websocket.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/code.google.com/p/go.net/websocket/websocket_test.go renamed to Godeps/_workspace/src/golang.org/x/net/websocket/websocket_test.go

Lines changed: 111 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

logspout/logspout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import (
1212
"strings"
1313
"time"
1414

15-
"code.google.com/p/go.net/websocket"
1615
"github.com/coreos/go-etcd/etcd"
1716
dtime "github.com/deis/deis/pkg/time"
1817
"github.com/fsouza/go-dockerclient"
1918
"github.com/go-martini/martini"
19+
"golang.org/x/net/websocket"
2020
)
2121

2222
var debugMode bool

0 commit comments

Comments
 (0)