From 736912a3c6e4b374ff51c4f56969326fbc60d8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:04:18 +0000 Subject: [PATCH] build(deps): bump github.com/gofiber/contrib/websocket in /socketio Bumps [github.com/gofiber/contrib/websocket](https://github.com/gofiber/contrib) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/gofiber/contrib/releases) - [Commits](https://github.com/gofiber/contrib/compare/paseto/v1.2.0...websocket/v1.3.0) --- updated-dependencies: - dependency-name: github.com/gofiber/contrib/websocket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- socketio/go.mod | 2 +- socketio/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/socketio/go.mod b/socketio/go.mod index 10a26367..23e70d00 100644 --- a/socketio/go.mod +++ b/socketio/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/fasthttp/websocket v1.5.8 - github.com/gofiber/contrib/websocket v1.2.0 + github.com/gofiber/contrib/websocket v1.3.0 github.com/gofiber/fiber/v2 v2.52.4 github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.9.0 diff --git a/socketio/go.sum b/socketio/go.sum index 7fb34ab5..f1bcdfb9 100644 --- a/socketio/go.sum +++ b/socketio/go.sum @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/fasthttp/websocket v1.5.8 h1:k5DpirKkftIF/w1R8ZzjSgARJrs54Je9YJK37DL/Ah8= github.com/fasthttp/websocket v1.5.8/go.mod h1:d08g8WaT6nnyvg9uMm8K9zMYyDjfKyj3170AtPRuVU0= -github.com/gofiber/contrib/websocket v1.2.0 h1:E+GNxglSApjJCPwH1y3wLz69c1PuSvADwhMBeDc8Xxc= -github.com/gofiber/contrib/websocket v1.2.0/go.mod h1:Sf8RYFluiIKxONa/Kq0jk05EOUtqrb81pJopTxzcsX4= +github.com/gofiber/contrib/websocket v1.3.0 h1:XADFAGorer1VJ1bqC4UkCjqS37kwRTV0415+050NrMk= +github.com/gofiber/contrib/websocket v1.3.0/go.mod h1:xguaOzn2ZZ759LavtosEP+rcxIgBEE/rdumPINhR+Xo= github.com/gofiber/fiber/v2 v2.52.4 h1:P+T+4iK7VaqUsq2PALYEfBBo6bJZ4q3FP8cZ84EggTM= github.com/gofiber/fiber/v2 v2.52.4/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=