1
0
mirror of https://github.com/moby/moby.git synced 2025-08-01 05:47:11 +03:00

Update vendored go.net to use golang.org/x/net canonical path

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2015-06-16 10:08:18 -04:00
parent 57aa0248af
commit d820e00aac
9 changed files with 37 additions and 757 deletions

View File

@ -7,8 +7,7 @@ import (
"time"
"github.com/go-check/check"
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
)
func (s *DockerSuite) TestGetContainersAttachWebsocket(c *check.C) {