updated import paths for go tools repo

See golang.org/s/go14subrepo for background.
This commit is contained in:
Stephen McQuay 2014-11-11 21:28:43 -08:00
parent b05e17709c
commit b15f010073
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import (
"time"
"bitbucket.org/hackerbots/server"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
var addr = flag.String("addr", ":8666", "http service address")

View File

@ -6,7 +6,7 @@ import (
"log"
"bitbucket.org/smcquay/bandwidth"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
const maxMessageSize = 1024

View File

@ -4,7 +4,7 @@ import (
"log"
v "bitbucket.org/hackerbots/vector"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
// GameID is essentially the name of the game we want to join