From c4d3e5b0a4fe26bf5377321cb88c2f69be8e9866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:49:38 +0000 Subject: [PATCH] Bump github.com/gobwas/ws from 1.3.0 to 1.3.2 Bumps [github.com/gobwas/ws](https://github.com/gobwas/ws) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/gobwas/ws/releases) - [Commits](https://github.com/gobwas/ws/compare/v1.3.0...v1.3.2) --- updated-dependencies: - dependency-name: github.com/gobwas/ws 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 f85ffc8..0ae3af8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kataras/neffos go 1.19 require ( - github.com/gobwas/ws v1.3.0 + github.com/gobwas/ws v1.3.2 github.com/gorilla/websocket v1.5.1 github.com/iris-contrib/go.uuid v2.0.0+incompatible github.com/mediocregopher/radix/v3 v3.8.1 diff --git a/go.sum b/go.sum index cb223a8..6c25cb0 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM= github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og= github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw= -github.com/gobwas/ws v1.3.0 h1:sbeU3Y4Qzlb+MOzIe6mQGf7QR4Hkv6ZD0qhGkBFL2O0= -github.com/gobwas/ws v1.3.0/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= +github.com/gobwas/ws v1.3.2 h1:zlnbNHxumkRvfPWgfXu8RBwyNR1x8wh9cf5PTOCqs9Q= +github.com/gobwas/ws v1.3.2/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY= github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= github.com/iris-contrib/go.uuid v2.0.0+incompatible h1:XZubAYg61/JwnJNbZilGjf3b3pB80+OQg2qf6c8BfWE=