File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ module github.com/lichendust/toil
22
33go 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
Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff 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
3333const SERVE_PORT = ":3456"
3434const RELOAD_PREFIX = "/_toil/"
You can’t perform that action at this time.
0 commit comments