From dc57389e02e6ba463fdc872659eb1ccca9c0f21b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:38:40 +0000 Subject: [PATCH] Update module github.com/gorilla/websocket to v1.5.3 --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d81db4..27cccf6 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ replace ( // removing them we would need to import them somewhere in the code. // See: https://github.com/golang/go/issues/37352 github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible - github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2 + github.com/gorilla/websocket => github.com/gorilla/websocket v1.5.3 github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.2.0 golang.org/x/text => golang.org/x/text v0.18.0 ) diff --git a/go.sum b/go.sum index 09bcef7..893324d 100644 --- a/go.sum +++ b/go.sum @@ -118,6 +118,7 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORR github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c= github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=