Skip to content

Commit 0f8be29

Browse files
fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.13 (#233)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/gofiber/fiber/v2](https://redirect.github.com/gofiber/fiber) | `v2.52.12` → `v2.52.13` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgofiber%2ffiber%2fv2/v2.52.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgofiber%2ffiber%2fv2/v2.52.12/v2.52.13?slim=true) | --- ### Release Notes <details> <summary>gofiber/fiber (github.com/gofiber/fiber/v2)</summary> ### [`v2.52.13`](https://redirect.github.com/gofiber/fiber/releases/tag/v2.52.13) [Compare Source](https://redirect.github.com/gofiber/fiber/compare/v2.52.12...v2.52.13) #### What's Changed ##### 🐛 Bug Fixes - Escape HTML output in Ctx.Format by [@&#8203;gaby](https://redirect.github.com/gaby) in [#&#8203;4232](https://redirect.github.com/gofiber/fiber/pull/4232) **Full Changelog**: <gofiber/fiber@v2.52.12...v2.52.13> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netresearch/raybeam). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 6173ee3 + 6090e50 commit 0f8be29

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.1
44

55
require (
66
github.com/go-ldap/ldap/v3 v3.4.13
7-
github.com/gofiber/fiber/v2 v2.52.12
7+
github.com/gofiber/fiber/v2 v2.52.13
88
github.com/netresearch/simple-ldap-go v1.12.0
99
github.com/spf13/cobra v1.10.2
1010
github.com/testcontainers/testcontainers-go v0.42.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE=
5757
github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=
5858
github.com/gofiber/fiber/v2 v2.52.12 h1:0LdToKclcPOj8PktUdIKo9BUohjjwfnQl42Dhw8/WUw=
5959
github.com/gofiber/fiber/v2 v2.52.12/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
60+
github.com/gofiber/fiber/v2 v2.52.13 h1:TOKP64iqC9b5P49VrBW5tHhUOvDyrtJ0xePEfzJbCbk=
61+
github.com/gofiber/fiber/v2 v2.52.13/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
6062
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
6163
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
6264
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=

0 commit comments

Comments
 (0)