From 9e7943e6e09748c834b51c23811d42b17ceec58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:18:45 +0000 Subject: [PATCH] Bump github.com/gorilla/websocket Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 0.0.0-20150811171432-b6ab76f1fe98 to 1.4.1. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/commits/v1.4.1) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 7 ++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 01a65d1..5f357ae 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,7 @@ go 1.15 require ( github.com/cloud66/fayego v0.0.0-20161110052602-62f173dff4c0 - github.com/gorilla/websocket v0.0.0-20150811171432-b6ab76f1fe98 // indirect + github.com/gorilla/websocket v1.4.1 // indirect github.com/khash/oauth v0.0.0-20161110045103-29933d91e1e3 github.com/pborman/uuid v0.0.0-20161005151609-3d4f2ba23642 - gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index d44e4cf..3363bf7 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,8 @@ github.com/cloud66/fayego v0.0.0-20161110052602-62f173dff4c0 h1:GkktgNNz2nSmRyrQi3LIdFmDpJg+llbnT3UuONUsMfQ= github.com/cloud66/fayego v0.0.0-20161110052602-62f173dff4c0/go.mod h1:BrNLMDh3u60pWlhgDP4LSqQnKVXZ7xuovBTurcVih3o= -github.com/gorilla/websocket v0.0.0-20150811171432-b6ab76f1fe98 h1:VQR6w4PocLvhbzu1AtDRjW0RXe1gntyKTX2JYYX28kI= -github.com/gorilla/websocket v0.0.0-20150811171432-b6ab76f1fe98/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= github.com/khash/oauth v0.0.0-20161110045103-29933d91e1e3 h1:Fcu8vTCVxzD/QDa0IqdUcSRAgGL7GaJ3q0rUX0Hov1g= github.com/khash/oauth v0.0.0-20161110045103-29933d91e1e3/go.mod h1:5Nbm5zmT2bDJLjNwzOls9vWkj2Zu6k/NxszCXViXFPo= github.com/pborman/uuid v0.0.0-20161005151609-3d4f2ba23642 h1:J22llJ7OhnIIcOpVXVyG0DniMepToKlbCZrzcGbzwOE= github.com/pborman/uuid v0.0.0-20161005151609-3d4f2ba23642/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=