Skip to content

Commit 258380d

Browse files
authored
Merge pull request #98 from dmcgowan/remove-ws-package
Remove unused websocket package
2 parents a3b79af + 42b2632 commit 258380d

File tree

4 files changed

+0
-300
lines changed

4 files changed

+0
-300
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/moby/spdystream
22

33
go 1.13
4-
5-
require github.com/gorilla/websocket v1.4.2

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
2-
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

ws/connection.go

-97
This file was deleted.

ws/ws_test.go

-199
This file was deleted.

0 commit comments

Comments
 (0)