Skip to content

Bump the go_modules group across 3 directories with 5 updates#54

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/contrib/gin-gonic/gin/go_modules-1075c3aa31
Closed

Bump the go_modules group across 3 directories with 5 updates#54
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/contrib/gin-gonic/gin/go_modules-1075c3aa31

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps the go_modules group with 2 updates in the /contrib/gin-gonic/gin directory: github.com/justinas/nosurf and golang.org/x/crypto.
Bumps the go_modules group with 2 updates in the /contrib/gofiber/fiber/v2 directory: github.com/gofiber/fiber/v2 and github.com/gofiber/utils.
Bumps the go_modules group with 1 update in the /contrib/labstack/echo directory: golang.org/x/crypto.

Updates github.com/justinas/nosurf from 1.1.1 to 1.2.0

Release notes

Sourced from github.com/justinas/nosurf's releases.

v1.2.0

This is a security release for nosurf. It mainly addresses CVE-2025-46721.

This release technically includes breaking changes, as nosurf starts applying same-origin checks that were not previously enforced. In most cases, users will not need to make any changes to their code. However, it is recommended to read the documentation on nosurf's trusted origin checks before upgrading.

Commits

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • 9a29643 go.mod: update golang.org/x dependencies
  • 07cefd8 context: deprecate
  • 5ac9dac publicsuffix: don't treat ip addresses as domain names
  • d1f64cc quic: use testing/synctest
  • fff0469 http2: document that RFC 7540 prioritization does not work with small payloads
  • f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler
  • 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead
  • 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely
  • 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE
  • dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression
  • Additional commits viewable in compare view

Updates github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.13

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.13

What's Changed

🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.12...v2.52.13

v2.52.12

🐛 Fixes

Full Changelog: gofiber/fiber@v2.52.11...v2.52.12

v2.52.11

What's Changed

🧹 Updates

🐛 Bug Fixes

Full Changelog: gofiber/fiber@v2.52.10...v2.52.11

v2.52.10

🐛 Bug Fixes

📚 Documentation

New Contributors

Full Changelog: gofiber/fiber@v2.52.9...v2.52.10

v2.52.9

🐛 Bug Fixes

... (truncated)

Commits
  • 0c8cc20 Update fiber package version to 2.52.13
  • 616de00 Merge pull request #4232 from gofiber/update-html-format-to-escape-content
  • ba5a98e 🐛 bug: escape HTML output in Ctx.Format
  • 6cba195 Bump fiber package version to 2.52.12
  • 5ebbee7 docs: update image paths to v2 in README files
  • 5028167 Merge commit from fork
  • 42380aa fix: adapt tests for v2 - use defer/recover pattern and correct Handler signa...
  • 7cffe29 refactor: use helper function for param route generation in tests
  • 5494de8 🐛 bug: add panic for routes with >30 parameters (GHSA-mrq8-rjmw-wpq3)
  • 65b0f3d Bump version to 2.52.11
  • Additional commits viewable in compare view

Updates github.com/gofiber/utils from 0.1.2 to 1.2.0

Release notes

Sourced from github.com/gofiber/utils's releases.

v1.2.0

What's Changed

Full Changelog: gofiber/utils@v1.1.0...v1.2.0

v1.1.0

🚀 New

  • Add go 1.20 to test matrix (#43)
  • Add timestamp calculation functionality (#33)
  • Add IsIPv4/v6 util (#32)
  • Definitions required for client (#29)

🧹 Updates

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#44)
  • Add go 1.20 to test matrix (#43)
  • Bump actions/setup-go from 3 to 4 (#42)
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#41)
  • Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1 (#40)
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#39)
  • v3: time: do not export timestamp var, instead provide helper function to retrieve it (#38)
  • http: update list of HTTP status codes (#37)
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#36)
  • Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#35)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#34)
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#31)

Full Changelog: gofiber/utils@v1.0.1...v1.1.0

v1.0.1

repush old version v0.1.2 as version v1.0.1

So that we can push version v2 under new namespace and there are no problems with go get when resolving dependencies

Full Changelog: gofiber/utils@v0.1.1...v0.1.2

v1.0.0

❗Breaking changes

🚀 New

  • Add timestamp calculation functionality (#33)
  • Add IsIPv4/v6 util (#32)

... (truncated)

Commits
  • b986fcc Merge pull request #169 from gofiber/feat/cherry-pick-6c6cf04
  • 439e4d4 Merge branch 'v1' into feat/cherry-pick-6c6cf04
  • 7a3cc37 Upgrade GitHub Actions to latest versions
  • 97b23a8 fix: wrap error in fmt.Errorf for UUID seeding
  • e099627 fix: use fmt.Errorf for error formatting in UUID seeding
  • a9bc7b7 fix: rename UUIDSetup to uuidSetup for consistency
  • c3f8a1f Remove unnecessary UUID counter check that could panic
  • 0d25616 Update UUID function to panic on initialization errors
  • 301b082 Update strings.go
  • 999a088 Merge pull request #77 from gofiber/backport-if-to-lower
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.23.0 to 0.47.0

Commits
  • 9a29643 go.mod: update golang.org/x dependencies
  • 07cefd8 context: deprecate
  • 5ac9dac publicsuffix: don't treat ip addresses as domain names
  • d1f64cc quic: use testing/synctest
  • fff0469 http2: document that RFC 7540 prioritization does not work with small payloads
  • f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler
  • 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead
  • 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely
  • 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE
  • dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 2 updates in the /contrib/gin-gonic/gin directory: [github.com/justinas/nosurf](https://github.com/justinas/nosurf) and [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 2 updates in the /contrib/gofiber/fiber/v2 directory: [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) and [github.com/gofiber/utils](https://github.com/gofiber/utils).
Bumps the go_modules group with 1 update in the /contrib/labstack/echo directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/justinas/nosurf` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/justinas/nosurf/releases)
- [Commits](justinas/nosurf@v1.1.1...v1.2.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.47.0)

Updates `github.com/gofiber/fiber/v2` from 2.52.5 to 2.52.13
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.5...v2.52.13)

Updates `github.com/gofiber/utils` from 0.1.2 to 1.2.0
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v0.1.2...v1.2.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0
- [Commits](golang/crypto@v0.21.0...v0.45.0)

Updates `golang.org/x/net` from 0.23.0 to 0.47.0
- [Commits](golang/net@v0.23.0...v0.47.0)

---
updated-dependencies:
- dependency-name: github.com/justinas/nosurf
  dependency-version: 1.2.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.13
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/gofiber/utils
  dependency-version: 1.2.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 6, 2026
@blaubaer blaubaer closed this May 11, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 11, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/go_modules/contrib/gin-gonic/gin/go_modules-1075c3aa31 branch May 11, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant