[PR #175] [MERGED] build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4 #404

Closed
opened 2026-03-03 12:29:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/175
Author: @dependabot-preview[bot]
Created: 2/12/2020
Status: Merged
Merged: 2/12/2020
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/go_modules/github.com/gorilla/mux-1.7.4


📝 Commits (1)

  • 26bd072 build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

Bumps github.com/gorilla/mux from 1.7.3 to 1.7.4.

Release notes

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

v1.7.4 addresses a number of performance improvements (#544), bugs (#509, #535), and documentation improvements.

CHANGELOG

Commits
  • 75dcda0 perf: reduce allocations in (*routeRegexp).getURLQuery (#544)
  • 49c0148 lint: Remove golint warning (#526)
  • 4de8a5a fix headers regexp test (#536)
  • 2854a05 Merge pull request #535 from fharding1/cors-subrouter-bug
  • 946b623 Fix the CORSMethodMiddleware bug with subrouters
  • f395758 Remove/cleanup request context helpers (#525)
  • ff4e71f Guess the scheme if r.URL.Scheme is unset (#474)
  • 884b5ff Added capacity to slice creation, when capacity is known (#516)
  • e1863a6 Modified http status codes, using constants provided by the http package (#514)
  • 9536e40 bugfix: subrouter custom methodNotAllowed handler returning 404 (#509) (#510)
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/175 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/12/2020 **Status:** ✅ Merged **Merged:** 2/12/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gorilla/mux-1.7.4` --- ### 📝 Commits (1) - [`26bd072`](https://github.com/fsouza/fake-gcs-server/commit/26bd072d0ee07f007754ce0d387501266ad414cf) build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p> <blockquote> <p>v1.7.4 addresses a number of performance improvements (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/544">#544</a>), bugs (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/509">#509</a>, <a href="https://github-redirect.dependabot.com/gorilla/mux/issues/535">#535</a>), and documentation improvements.</p> <h2>CHANGELOG</h2> <ul> <li>Reduce allocations in (*routeRegexp).getURLQuery (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/544">#544</a>) <a href="https://github.com/klauspost">@klauspost</a></li> <li>Fixed golint warnings (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/526">#526</a>) <a href="https://github.com/KosToZyB">@KosToZyB</a></li> <li>fix headers regexp test case (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/536">#536</a>) <a href="https://github.com/icattlecoder">@icattlecoder</a></li> <li>Fix the CORSMethodMiddleware bug with subrouters (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/535">#535</a>) <a href="https://github.com/fharding1">@fharding1</a></li> <li>Remove/cleanup request context helpers (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/525">#525</a>) <a href="https://github.com/fharding1">@fharding1</a></li> <li>Guess the scheme if r.URL.Scheme is unset (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/474">#474</a>) <a href="https://github.com/euank">@euank</a></li> <li>Added capacity to slice creation, when capacity is known (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/516">#516</a>) <a href="https://github.com/vivekv96">@vivekv96</a></li> <li>Modified http status codes, using constants provided by the http package (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/514">#514</a>) <a href="https://github.com/vivekv96">@vivekv96</a></li> <li>bugfix/subrouter custom methodNotAllowed handler returning 404 (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/509">#509</a>) (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/510">#510</a>) <a href="https://github.com/jonasdebeukelaer">@jonasdebeukelaer</a></li> <li>Update README (self-host logo) (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/513">#513</a>) <a href="https://github.com/elithrar">@elithrar</a></li> <li>Remove TravisCI badge (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/503">#503</a>) <a href="https://github.com/elithrar">@elithrar</a></li> <li>Add documentation for using mux to serve a SPA (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/493">#493</a>) <a href="https://github.com/fharding1">@fharding1</a></li> <li>Simplify code (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/501">#501</a>) <a href="https://github.com/muesli">@muesli</a></li> <li>Avoid unnecessary conversion (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/502">#502</a>) <a href="https://github.com/muesli">@muesli</a></li> <li>Update config.yml (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/495">#495</a>) <a href="https://github.com/elithrar">@elithrar</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/mux/commit/75dcda0896e109a2a22c9315bca3bb21b87b2ba5"><code>75dcda0</code></a> perf: reduce allocations in (*routeRegexp).getURLQuery (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/544">#544</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/49c01487a141b49f8ffe06277f3dca3ee80a55fa"><code>49c0148</code></a> lint: Remove golint warning (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/526">#526</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/4de8a5a4d283677c69afa1a86a044c8451633a18"><code>4de8a5a</code></a> fix headers regexp test (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/536">#536</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/2854a05fd3e2a9ecec0802bcb6eda09bbc0eea9f"><code>2854a05</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gorilla/mux/issues/535">#535</a> from fharding1/cors-subrouter-bug</li> <li><a href="https://github.com/gorilla/mux/commit/946b6237eb8d0ce3225f502b7fd4208d0b60ce5f"><code>946b623</code></a> Fix the CORSMethodMiddleware bug with subrouters</li> <li><a href="https://github.com/gorilla/mux/commit/f395758b854c4efa789b8c1e9b73479704c548cb"><code>f395758</code></a> Remove/cleanup request context helpers (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/525">#525</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/ff4e71f144166b1dfe3017a146f8ed32a82e688b"><code>ff4e71f</code></a> Guess the scheme if r.URL.Scheme is unset (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/474">#474</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/884b5ffcbd3a11b730f0b75f5c86ac408753c34d"><code>884b5ff</code></a> Added capacity to slice creation, when capacity is known (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/516">#516</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/e1863a64f3c620ef604fb7905a0351e69f6a51e4"><code>e1863a6</code></a> Modified http status codes, using constants provided by the http package (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/514">#514</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/9536e4053d763b54d935f1ce731a315cfb42b979"><code>9536e40</code></a> bugfix: subrouter custom methodNotAllowed handler returning 404 (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/509">#509</a>) (<a href="https://github-redirect.dependabot.com/gorilla/mux/issues/510">#510</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gorilla/mux/compare/v1.7.3...v1.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.7.3&new-version=1.7.4)](https://dependabot.com/compatibility-score/?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.7.3&new-version=1.7.4) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:29:51 +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#404
No description provided.