Update go deps across project (#2837)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2023-09-24 11:14:43 +05:30
committed by GitHub
parent 44922bce6c
commit 657aee7cc2
13 changed files with 410 additions and 548 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
module ws
go 1.16
go 1.21
require github.com/gorilla/websocket v1.4.2
require github.com/gorilla/websocket v1.5.0
+2 -2
View File
@@ -1,2 +1,2 @@
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=