Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.20.0 1.21.0
github.com/go-acme/lego/v4 4.30.1 4.31.0
github.com/go-openapi/spec 0.22.2 0.22.3
github.com/go-viper/mapstructure/v2 2.4.0 2.5.0
github.com/jedib0t/go-pretty/v6 6.7.7 6.7.8
github.com/miekg/dns 1.1.69 1.1.70

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.21.0

1.21.0 (2026-01-12)

Features Added

  • Added runtime/datetime package which provides specialized time type wrappers for serializing and deserializing time values in various formats used by Azure services.

Other Changes

  • Aligned cloud.AzureGovernment and cloud.AzureChina audience values with Azure CLI
Commits

Updates github.com/go-acme/lego/v4 from 4.30.1 to 4.31.0

Release notes

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

v4.31.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

  • 8b327005b3105a5a70c8ace5cfe7e1f83e148f7c Add DNS Provider for ISPConfig (DDNS Module) (#2760)
  • c5a259564fe8e0b183fe12fb926f5b3634497967 Add DNS provider for 35.com/三五互联 (#2779)
  • a6a73754af31fb65963f53845bb9ce55d09466a1 Add DNS provider for Alwaysdata (#2770)
  • 96168f78ded8a0db96b80d083834bf05d2bde313 Add DNS provider for ISPConfig (#2762)
  • dd6ab7ca95c90bde76719e9c8121ec8274f3aff8 Add DNS provider for JDCloud (#2782)
  • 1b634097c13285c9829dc9c16b74a9c86c4ff81e docs: remove email from examples (#2773)
  • ee616417a181239b0b77f6fe00acff3a22ae35b9 f5xc: add an option to configure the domain of the server (#2767)
  • a5cc0e155518e825ec2ec017610822f06aebb767 feat: improve ACME error types (#2761)
  • ff885d99c2e45f166a0c9592ea047d8c938604d3 gandiv5: fix API Key header (#2769)
  • 2eede6d6206a06e0b16fb3de45b8fa7aa0807de3 hetzner: fix compatibility with _FILE suffix (#2775)
  • b77b8709b6802da29a702b44bb0a5279c35eb337 namedotcom: follow CNAME (#2390)
Changelog

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

v4.31.0

  • Release date: 2026-01-08
  • Tag: v4.31.0

Added

  • [dnsprovider] Add DNS provider for ISPConfig
  • [dnsprovider] Add DNS Provider for ISPConfig (DDNS Module)
  • [dnsprovider] Add DNS provider for Alwaysdata
  • [dnsprovider] Add DNS provider for JDCloud
  • [dnsprovider] Add DNS provider for 35.com/三五互联
  • [dnsprovider] f5xc: add an option to configure the domain of the server

Changed

  • [lib] feat: improve ACME error types
  • [dnsprovider,cname] namedotcom: follow CNAME

Fixed

  • [dnsprovider] hetzner: fix compatibility with _FILE suffix
  • [dnsprovider] gandiv5: fix API Key header
Commits

Updates github.com/go-openapi/spec from 0.22.2 to 0.22.3

Release notes

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

v0.22.3

0.22.3 - 2025-12-24

Full Changelog: go-openapi/spec@v0.22.2...v0.22.3

1 commits in this release.


Fixed bugs


People who contributed to this release


spec license terms

License

Commits
  • 3b2ff60 fix: fixed key escaping in OrderedItems marshaling
  • 90efd45 doc: updated contributors file
  • e64b092 doc: announced new discord channel
  • 32a252c build(deps): bump the development-dependencies group with 7 updates
  • 1beb4f3 doc: fixed wrong links in docs
  • b3b30bf ci: remove redundant release workflow
  • ddeeaf8 doc: updated contributors file
  • See full diff in compare view

Updates github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0

Release notes

Sourced from github.com/go-viper/mapstructure/v2's releases.

v2.5.0

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.4.0...v2.5.0

Commits
  • 9aa3f77 Merge pull request #166 from go-viper/unmarshal2
  • ae32a61 doc: add more documentation
  • 320c8c9 test: cover unmarshaler to map
  • 5b22829 feat: add unmarshaler interface
  • fd74c75 Merge pull request #137 from andreev-fn/opt-root-name
  • dee4661 Merge pull request #59 from DarkiT/main
  • 5605df4 chore: cover more test cases, fix edge cases, add docs
  • 6166631 fix(mapstructure): add multi-tag support and regression tests
  • 6471aa6 Merge pull request #149 from thespags/main
  • dbffaaa chore: add more tests and clarification to the documentation
  • Additional commits viewable in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.7.7 to 6.7.8

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.7.8

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.7...v6.7.8

Commits
  • f05e1de progress: address race conditions in render/stop/trackers; fixes 399 (#401)
  • 1cebbc5 progress: SortByIndex for better control of sorting (#398)
  • See full diff in compare view

Updates github.com/miekg/dns from 1.1.69 to 1.1.70

Commits

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

Commits
  • d977772 go.mod: update golang.org/x dependencies
  • eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run
  • 9ace223 websocket: add missing call to resp.Body.Close
  • 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame
  • See full diff 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 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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2026
@dependabot dependabot bot requested review from a team as code owners January 15, 2026 19:18
@dependabot dependabot bot force-pushed the dependabot/go_modules/third-party-56501230d2 branch 3 times, most recently from 8fb6575 to 2da5b2f Compare January 27, 2026 15:22
Bumps the third-party group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.20.0` | `1.21.0` |
| [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) | `4.30.1` | `4.31.0` |
| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.22.2` | `0.22.3` |
| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.4.0` | `2.5.0` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.7.7` | `6.7.8` |
| [github.com/miekg/dns](https://github.com/miekg/dns) | `1.1.69` | `1.1.70` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.20.0...sdk/azcore/v1.21.0)

Updates `github.com/go-acme/lego/v4` from 4.30.1 to 4.31.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.30.1...v4.31.0)

Updates `github.com/go-openapi/spec` from 0.22.2 to 0.22.3
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.2...v0.22.3)

Updates `github.com/go-viper/mapstructure/v2` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.4.0...v2.5.0)

Updates `github.com/jedib0t/go-pretty/v6` from 6.7.7 to 6.7.8
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.7.7...v6.7.8)

Updates `github.com/miekg/dns` from 1.1.69 to 1.1.70
- [Commits](miekg/dns@v1.1.69...v1.1.70)

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

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/go-acme/lego/v4
  dependency-version: 4.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party
- dependency-name: github.com/miekg/dns
  dependency-version: 1.1.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/third-party-56501230d2 branch from 2da5b2f to 0e25516 Compare January 28, 2026 15:24
@plorenz plorenz merged commit c4935ad into main Jan 29, 2026
38 checks passed
@plorenz plorenz deleted the dependabot/go_modules/third-party-56501230d2 branch January 29, 2026 02:58
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