From bb76c0a712547ff8675ec7a20667fdac7d4ab76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 08:44:53 +0000 Subject: [PATCH] Bump github.com/fasthttp/websocket from 1.4.5 to 1.4.6 Bumps [github.com/fasthttp/websocket](https://github.com/fasthttp/websocket) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/fasthttp/websocket/releases) - [Commits](https://github.com/fasthttp/websocket/compare/v1.4.5...v1.4.6) --- updated-dependencies: - dependency-name: github.com/fasthttp/websocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4441045..451bcc9 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/websocket/v2 go 1.14 require ( - github.com/fasthttp/websocket v1.4.5 + github.com/fasthttp/websocket v1.4.6 github.com/gofiber/fiber/v2 v2.26.0 github.com/valyala/fasthttp v1.33.0 ) diff --git a/go.sum b/go.sum index 4e152e5..3669d7c 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= -github.com/fasthttp/websocket v1.4.5 h1:ltwzbicb8Oz5wSrLdPRYBNKcHH94NmLBw3YPlgIPPUg= -github.com/fasthttp/websocket v1.4.5/go.mod h1:Yj4Z4kFdJmIFWiRcT8yb3/lov94g2w77KcsDfJPyhJk= +github.com/fasthttp/websocket v1.4.6 h1:Zi0Z6sUUvLmtxXd/kMLVBVJPvck3bqPqMWUbwhUy0R8= +github.com/fasthttp/websocket v1.4.6/go.mod h1:n0BlOQvJdPbTuBkZT0O5+jk/sp/1/VCzquR1BehI2F4= github.com/gofiber/fiber/v2 v2.26.0 h1:Awnfqp3fqbZzV3wZWMRJ6Xo2U8X0Ls68M7tXjx52NcM= github.com/gofiber/fiber/v2 v2.26.0/go.mod h1:7efVWcBOZi1PyMWznnbitjnARPA7nYZxmQXJVod0bo0= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=