Skip to content

Bump the third-party group across 1 directory with 5 updates#3701

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/third-party-0c2b3c5b10
Closed

Bump the third-party group across 1 directory with 5 updates#3701
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/third-party-0c2b3c5b10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps the third-party group with 5 updates in the / directory:

Package From To
github.com/go-acme/lego/v4 4.32.0 4.33.0
github.com/go-openapi/strfmt 0.26.0 0.26.1
github.com/mdlayher/netlink 1.8.0 1.9.0
golang.org/x/crypto 0.48.0 0.49.0
golang.org/x/net 0.51.0 0.52.0

Updates github.com/go-acme/lego/v4 from 4.32.0 to 4.33.0

Release notes

Sourced from github.com/go-acme/lego/v4's releases.

v4.33.0

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

  • a56697ed1cd7eddeedfb459f9200b936afeeb34a Add DNS provider for EuroDNS (#2898)
  • 9be8cd43ae5de725b39643598e00da367969cab6 Add DNS provider for Excedo (#2910)
  • 847c763504888c511d7fcec82d65004caf25853e feat: Add DNS provider for Czechia (#2885)
  • 491dcaad1d4b77f3ec703a581e9a8d900869953d feat: allow to Unwrap obtainError (#2874)
  • 87b172f103b26c8ea40c5e811576ad454f7b6891 gigahostno: remove unused Zone fields (#2913)
  • 7d459b59c5882aac5cd8545cbda77e18852f5cd3 liara: add support for team ID (#2867)
  • 7b1aa50081643440c853a682ad8a9c2bf706929b safedns: rename UKFast SafeDNS to ANS SafeDNS (#2877)
Changelog

Sourced from github.com/go-acme/lego/v4's changelog.

v4.33.0

  • Release date: 2026-03-19
  • Tag: v4.33.0

Added

  • [dnsprovider] Add DNS provider for Excedo
  • [dnsprovider] Add DNS provider for EuroDNS
  • [dnsprovider] Add DNS provider for Czechia

Changed

  • [lib] feat: allow to Unwrap obtainError

Fixed

  • [dnsprovider] liara: add support for team ID
  • [dnsprovider] gigahostno: remove unused Zone fields
Commits

Updates github.com/go-openapi/strfmt from 0.26.0 to 0.26.1

Release notes

Sourced from github.com/go-openapi/strfmt's releases.

v0.26.1

0.26.1 - 2026-03-15

Full Changelog: go-openapi/strfmt@v0.26.0...v0.26.1

8 commits in this release.


Fixed bugs

  • fix: swagger annotations in comment impact go-swagger scanner by @​fredbi in #233 ...

Documentation

Miscellaneous tasks

Updates


People who contributed to this release


strfmt license terms

License

Per-module changes

... (truncated)

Commits
  • fcbb618 chore: prepare release v0.26.1
  • 466a056 fix: swagger annotations in comment impact go-swagger scanner (#233)
  • 1a8f943 doc: update discord link (#232)
  • 0e7ae07 ci: fixed dependabot path (#231)
  • 3bb3e72 doc: updated contributors file
  • 9c0a4c7 build(deps): bump the development-dependencies group across 2 directories wit...
  • 98dc17e ci: fixed coverage calculation w/ integration tests
  • c685555 ci: removed local git-cliff config (now shared, remote config)
  • See full diff in compare view

Updates github.com/mdlayher/netlink from 1.8.0 to 1.9.0

Release notes

Sourced from github.com/mdlayher/netlink's releases.

v1.9.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#190.

Changelog

Sourced from github.com/mdlayher/netlink's changelog.

1.9.0

This is the first release of package netlink that only supports Go 1.24+.

  • [Improvement]: updated dependencies and Go version to 1.24; tests now run on Go 1.24-1.26.
  • [New API]: #236 introduced Sequence field to OpError for better error correlation.
  • [New API]: #237 added netlink.Conn.PID method to retrieve the connection's PID, also known as port ID.
  • [Improvement]: #228 fixed skipping of specific tests on big-endian hosts.
Commits
  • 6488523 CHANGELOG: release v1.9.0 (#260)
  • 40b25c3 *: upgrade golang.org/x/net and enable Go 1.26 (#259)
  • c1a87b4 build(deps): bump actions/setup-go from 5.5.0 to 6.2.0 (#255)
  • cf8d8ff build(deps): bump actions/checkout from 5.0.0 to 6.0.2 (#256)
  • fc9c1da build(deps): bump golang.org/x/sys from 0.35.0 to 0.39.0 (#250)
  • f578bd8 build(deps): bump github.com/mdlayher/ethtool in /internal/integration (#251)
  • 9703097 build(deps): bump golang.org/x/sys in /internal/integration (#252)
  • 95c137b build(deps): bump golang.org/x/net in /internal/integration (#253)
  • dcc6cab Add Sequence field to OpError for better error correlation (#236)
  • b375150 Export connection PID (#237)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.48.0 to 0.49.0

Commits
  • 982eaa6 go.mod: update golang.org/x dependencies
  • 159944f ssh,acme: clean up tautological/impossible nil conditions
  • a408498 acme: only require prompt if server has terms of service
  • cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
  • 2f26647 x509roots/fallback: update bundle
  • See full diff in compare view

Updates golang.org/x/net from 0.51.0 to 0.52.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • 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

Bumps the third-party group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) | `4.32.0` | `4.33.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.26.0` | `0.26.1` |
| [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) | `1.8.0` | `1.9.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.48.0` | `0.49.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.51.0` | `0.52.0` |



Updates `github.com/go-acme/lego/v4` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/go-acme/lego/releases)
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md)
- [Commits](go-acme/lego@v4.32.0...v4.33.0)

Updates `github.com/go-openapi/strfmt` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.26.0...v0.26.1)

Updates `github.com/mdlayher/netlink` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/mdlayher/netlink/releases)
- [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md)
- [Commits](mdlayher/netlink@v1.8.0...v1.9.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.49.0
- [Commits](golang/crypto@v0.48.0...v0.49.0)

Updates `golang.org/x/net` from 0.51.0 to 0.52.0
- [Commits](golang/net@v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: github.com/go-acme/lego/v4
  dependency-version: 4.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party
- dependency-name: github.com/mdlayher/netlink
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: golang.org/x/crypto
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: golang.org/x/net
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
...

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 Mar 19, 2026
@dependabot dependabot bot requested review from a team as code owners March 19, 2026 15:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 19, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/third-party-0c2b3c5b10 branch March 19, 2026 16:13
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.

0 participants