updated import paths for go tools repo
See golang.org/s/go14subrepo for background.
This commit is contained in:
parent
b05e17709c
commit
b15f010073
@ -11,7 +11,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"bitbucket.org/hackerbots/server"
|
"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")
|
var addr = flag.String("addr", ":8666", "http service address")
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
|
|
||||||
"bitbucket.org/smcquay/bandwidth"
|
"bitbucket.org/smcquay/bandwidth"
|
||||||
"code.google.com/p/go.net/websocket"
|
"golang.org/x/net/websocket"
|
||||||
)
|
)
|
||||||
|
|
||||||
const maxMessageSize = 1024
|
const maxMessageSize = 1024
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
|
|
||||||
v "bitbucket.org/hackerbots/vector"
|
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
|
// GameID is essentially the name of the game we want to join
|
||||||
|
Loading…
Reference in New Issue
Block a user