[PR #1389] [MERGED] build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 #1448

Closed
opened 2026-03-03 12:34:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1389
Author: @dependabot[bot]
Created: 11/6/2023
Status: Merged
Merged: 11/8/2023
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/github.com/gorilla/handlers-1.5.2


📝 Commits (1)

  • 9da7618 build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2

📊 Changes

2 files changed (+6 additions, -7 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -5)

📄 Description

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

Release notes

Sourced from github.com/gorilla/handlers's releases.

Release v1.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1389 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/gorilla/handlers-1.5.2` --- ### 📝 Commits (1) - [`9da7618`](https://github.com/fsouza/fake-gcs-server/commit/9da7618bd67b11e53147e4c03c40cf4c36ebe597) build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 ### 📊 Changes **2 files changed** (+6 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -5) </details> ### 📄 Description Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 1.5.1 to 1.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/handlers/releases">github.com/gorilla/handlers's releases</a>.</em></p> <blockquote> <h2>Release v1.5.2</h2> <h2>What's Changed</h2> <ul> <li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/199">gorilla/handlers#199</a></li> <li>Update README.md by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/239">gorilla/handlers#239</a></li> <li>added makefile, github-actions and updated go version by <a href="https://github.com/bharat-rajani"><code>@​bharat-rajani</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/241">gorilla/handlers#241</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/242">gorilla/handlers#242</a></li> <li>Replace 200, HEAD and OPTIONS with constants from net/http by <a href="https://github.com/iBug"><code>@​iBug</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/243">gorilla/handlers#243</a></li> <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/handlers/pull/251">gorilla/handlers#251</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/handlers/pull/239">gorilla/handlers#239</a></li> <li><a href="https://github.com/bharat-rajani"><code>@​bharat-rajani</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/handlers/pull/241">gorilla/handlers#241</a></li> <li><a href="https://github.com/iBug"><code>@​iBug</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/handlers/pull/243">gorilla/handlers#243</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2">https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/handlers/commit/02b3ca3432ded5ecc34ba10c90017113835a1ec0"><code>02b3ca3</code></a> update GitHub workflows (<a href="https://redirect.github.com/gorilla/handlers/issues/251">#251</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/fc9305756b095d6a0aede51f06fc85933647a25f"><code>fc93057</code></a> Replace 200, HEAD and OPTIONS with constants from net/http (<a href="https://redirect.github.com/gorilla/handlers/issues/243">#243</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/ca610efb585cfc8074a4b429b647500ad7cb1a2d"><code>ca610ef</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/handlers/issues/242">#242</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/0eda2fcc0eb0ce2f924a5d726416f505d191f185"><code>0eda2fc</code></a> added makefile, github-actions and updated go version (<a href="https://redirect.github.com/gorilla/handlers/issues/241">#241</a>)</li> <li><a href="https://github.com/gorilla/handlers/commit/f1799b80490100add394fe9e37173bac59330273"><code>f1799b8</code></a> Merge pull request <a href="https://redirect.github.com/gorilla/handlers/issues/239">#239</a> from gorilla/coreydaley-patch-1</li> <li><a href="https://github.com/gorilla/handlers/commit/9971ae94b91c6e4603fbe4bd5338efc1a5f8d6e9"><code>9971ae9</code></a> Update README.md</li> <li><a href="https://github.com/gorilla/handlers/commit/546854cf1d61a016260b224e2526a29ff5b5c5ae"><code>546854c</code></a> archive mode</li> <li><a href="https://github.com/gorilla/handlers/commit/3e030244b4ba0480763356fc8ca0ade6222e2da0"><code>3e03024</code></a> build: CircleCI 2.1 + build matrix (<a href="https://redirect.github.com/gorilla/handlers/issues/199">#199</a>)</li> <li>See full diff in <a href="https://github.com/gorilla/handlers/compare/v1.5.1...v1.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/handlers&package-manager=go_modules&previous-version=1.5.1&new-version=1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:34:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1448
No description provided.