Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-23 08:46:14 +00:00
committed by Maximilian Paß
parent 251b3b30ef
commit dd1d27e393
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/getsentry/sentry-go v0.12.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/nomad v1.2.6
github.com/hashicorp/nomad/api v0.0.0-20220119212752-1471de4d372c
github.com/mitchellh/mapstructure v1.4.3