From e2d0bf63fe64e2cf8c1f524556fc6f52a73831ff Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 20 Dec 2024 18:44:26 +0000 Subject: [PATCH] chore: Upgrade dependencies for websockify. --- other/bootstrap_daemon/websocket/websockify/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/other/bootstrap_daemon/websocket/websockify/go.mod b/other/bootstrap_daemon/websocket/websockify/go.mod index 541af4e64ec..aa291f6fe91 100644 --- a/other/bootstrap_daemon/websocket/websockify/go.mod +++ b/other/bootstrap_daemon/websocket/websockify/go.mod @@ -1,7 +1,7 @@ module github.com/TokTok/c-toxcore/other/bootstrap_daemon/websocket/websockify -go 1.17 +go 1.20 -require github.com/gorilla/websocket v1.5.1 +require github.com/gorilla/websocket v1.5.3 -require golang.org/x/net v0.23.0 // indirect +require golang.org/x/net v0.33.0 // indirect