Skip to content

Commit d692320

Browse files
committed
update gorilla/websocket
1 parent 149bd12 commit d692320

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/lichendust/toil
22

33
go 1.20
44

5-
require github.com/gorilla/websocket v1.5.1
6-
7-
require golang.org/x/net v0.23.0 // indirect
5+
require github.com/gorilla/websocket v1.5.3

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
2-
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
3-
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
4-
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
1+
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
2+
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

toil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import "github.com/gorilla/websocket"
2828
library, just with net/http. I haven't tried it. I might do.
2929
*/
3030

31-
const TOIL = "Toil v0.1.3"
31+
const TOIL = "Toil v0.1.4"
3232

3333
const SERVE_PORT = ":3456"
3434
const RELOAD_PREFIX = "/_toil/"

0 commit comments

Comments
 (0)