From 550723d2cb546e3673a0c78307b41518f17ec442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:04:58 +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.3.1 to 1.3.2. - [Release notes](https://github.com/gofiber/contrib/releases) - [Commits](https://github.com/gofiber/contrib/compare/websocket/v1.3.1...websocket/v1.3.2) --- updated-dependencies: - dependency-name: github.com/gofiber/contrib/websocket dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c5db520..d7b56ea1 100644 --- a/socketio/go.mod +++ b/socketio/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/fasthttp/websocket v1.5.9 - github.com/gofiber/contrib/websocket v1.3.1 + github.com/gofiber/contrib/websocket v1.3.2 github.com/gofiber/fiber/v2 v2.52.5 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 29d8fb55..c0d32e20 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.9 h1:9deGuzYcCRKjk940kNwSN6Hd14hk4zYwropm4UsUIUQ= github.com/fasthttp/websocket v1.5.9/go.mod h1:NLzHBFur260OMuZHohOfYQwMTpR7sfSpUnuqKxMpgKA= -github.com/gofiber/contrib/websocket v1.3.1 h1:iINEnUIT7Wi1ttGWW5fY1fnKQlIEa5KTDXmMoedKinE= -github.com/gofiber/contrib/websocket v1.3.1/go.mod h1:oDLA6uM7x4hFq1zjy3US3HuvmrlWJKO5nrsw2ZKNSfY= +github.com/gofiber/contrib/websocket v1.3.2 h1:AUq5PYeKwK50s0nQrnluuINYeep1c4nRCJ0NWsV3cvg= +github.com/gofiber/contrib/websocket v1.3.2/go.mod h1:07u6QGMsvX+sx7iGNCl5xhzuUVArWwLQ3tBIH24i+S8= github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yGMo= github.com/gofiber/fiber/v2 v2.52.5/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=