Skip to content

Commit 4ecfec9

Browse files
authored
Fix go install gqlgen binary (#3095)
1 parent 866075c commit 4ecfec9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎go.mod‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/PuerkitoBio/goquery v1.9.2
77
github.com/google/uuid v1.6.0
8-
github.com/gorilla/websocket v1.5.0
8+
github.com/gorilla/websocket v1.5.0 // do not upgrade to v1.5.1 as it has serious bugs
99
github.com/hashicorp/golang-lru/v2 v2.0.7
1010
github.com/kevinmbeaulieu/eq-go v1.0.0
1111
github.com/logrusorgru/aurora/v3 v3.0.0
@@ -36,6 +36,3 @@ require (
3636
golang.org/x/sync v0.7.0 // indirect
3737
golang.org/x/sys v0.20.0 // indirect
3838
)
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

Comments
 (0)