fix: revert gorilla/websocket from 1.5.1 to 1.5.0 (#4149)

This commit is contained in:
gopherfarm
2024-04-11 11:01:02 +08:00
committed by GitHub
parent e52727e01c
commit 07946e9752
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/fatedier/golib v0.4.3
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/yamux v0.1.1
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0