From 5290ec7083ae8c62fe0fc933ae568702861b2c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 16:48:57 +0000 Subject: [PATCH] Bump github.com/gorilla/websocket from 1.4.0 to 1.4.1 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] --- go.mod | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b3df2c6..9bee0eb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,20 @@ module github.com/open-hack/back-end require ( - github.com/gorilla/websocket v1.4.0 + github.com/gorilla/mux v1.8.0 + github.com/gorilla/websocket v1.4.1 + github.com/jinzhu/gorm v1.9.16 + github.com/joho/godotenv v1.5.1 gopkg.in/olivere/elastic.v6 v6.2.16 -) \ No newline at end of file +) + +require ( + github.com/fortytw2/leaktest v1.3.0 // indirect + github.com/google/go-cmp v0.5.9 // indirect + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/lib/pq v1.1.1 // indirect + github.com/mailru/easyjson v0.7.7 // indirect + github.com/olivere/elastic v6.2.37+incompatible // indirect + github.com/pkg/errors v0.9.1 // indirect +)