There was an error while loading. Please reload this page.
1 parent 866075c commit 4ecfec9Copy full SHA for 4ecfec9
go.mod
@@ -5,7 +5,7 @@ go 1.20
5
require (
6
github.com/PuerkitoBio/goquery v1.9.2
7
github.com/google/uuid v1.6.0
8
- github.com/gorilla/websocket v1.5.0
+ github.com/gorilla/websocket v1.5.0 // do not upgrade to v1.5.1 as it has serious bugs
9
github.com/hashicorp/golang-lru/v2 v2.0.7
10
github.com/kevinmbeaulieu/eq-go v1.0.0
11
github.com/logrusorgru/aurora/v3 v3.0.0
@@ -36,6 +36,3 @@ require (
36
golang.org/x/sync v0.7.0 // indirect
37
golang.org/x/sys v0.20.0 // indirect
38
)
39
-
40
-// skip 1.5.1 as it has serious bugs
41
-replace github.com/gorilla/websocket => github.com/gorilla/websocket v1.5.0
0 commit comments