diff --git a/other/bootstrap_daemon/websocket/websockify/go.mod b/other/bootstrap_daemon/websocket/websockify/go.mod index 541af4e64e..aa291f6fe9 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