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"
|
||||
|
||||
"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")
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user