1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-06 22:45:19 +00:00 committed by Frédéric Guillot
parent ba614af82d
commit 00a64710c2
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/abadojack/whatlanggo v1.0.1
github.com/coreos/go-oidc/v3 v3.7.0
github.com/go-webauthn/webauthn v0.8.6
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.10.9
github.com/prometheus/client_golang v1.17.0
github.com/tdewolff/minify/v2 v2.20.6