3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

replace (via modules) gorilla/websocket with our fork

See #1584
This commit is contained in:
Shivaram Lingamneni 2021-03-04 18:27:48 -05:00
parent 26cb622f92
commit 7b8e15ff1d

2
go.mod
View File

@ -23,3 +23,5 @@ require (
golang.org/x/text v0.3.4
gopkg.in/yaml.v2 v2.3.0
)
replace github.com/gorilla/websocket => github.com/oragono/websocket v1.4.2-oragono1