From caf4626687bccafad456a5b2a99a16a0baeff8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 19:18:47 +0000 Subject: [PATCH] Bump github.com/gorilla/websocket in /kurento-client-go Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kurento-client-go/go.mod | 2 +- kurento-client-go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kurento-client-go/go.mod b/kurento-client-go/go.mod index b39c535..4553645 100644 --- a/kurento-client-go/go.mod +++ b/kurento-client-go/go.mod @@ -2,4 +2,4 @@ module github.com/63isOK/golearn/kurento-client-go go 1.12 -require github.com/gorilla/websocket v1.4.0 +require github.com/gorilla/websocket v1.4.1 diff --git a/kurento-client-go/go.sum b/kurento-client-go/go.sum index cf4fbba..1f9b923 100644 --- a/kurento-client-go/go.sum +++ b/kurento-client-go/go.sum @@ -1,2 +1,2 @@ -github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q= -github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= +github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= +github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=