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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user