Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2

Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/gorilla/handlers/releases)
- [Commits](https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/gorilla/handlers
  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-15 07:03:38 +00:00
committed by GitHub
parent 5cc4cc573f
commit 4a5cc84585
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/lukaszbudnik/yosoy
go 1.16
require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/stretchr/testify v1.8.4
)