fix: add gorilla/websocket dependency
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
45f119b9ac
commit
56d2d476a1
2 changed files with 4 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -1,3 +1,5 @@
|
|||
module forge.lthn.ai/core/go-webview
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/gorilla/websocket v1.5.3
|
||||
|
|
|
|||
2
go.sum
Normal file
2
go.sum
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
|
||||
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
Loading…
Add table
Reference in a new issue