Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 24, 2025

Bumps the minor-patch group with 13 updates in the / directory:

Package From To
github.com/goccy/go-yaml 1.18.0 1.19.1
github.com/libdns/acmedns 0.3.0-beta.2 0.5.0
github.com/libdns/alidns 1.0.5-libdns.v1.beta1 1.0.6-beta.3
github.com/libdns/bunny 1.5.0 1.6.0
github.com/libdns/cloudflare 0.2.1 0.2.2
github.com/libdns/directadmin 0.4.0 0.4.2
github.com/libdns/dnsimple 0.4.0 0.4.2
github.com/libdns/domainnameshop 0.2.1 0.2.2
github.com/libdns/he 1.2.0 1.2.1
github.com/libdns/inwx 0.3.0 0.3.1
github.com/libdns/scaleway 0.2.2 0.2.4
github.com/libdns/tencentcloud 1.4.2 1.4.3
github.com/miekg/dns 1.1.67 1.1.69

Updates github.com/goccy/go-yaml from 1.18.0 to 1.19.1

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.19.1

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

1.19.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

Commits
  • b0ab069 Support line comment for flow sequence or flow map (#834)
  • 9e98b0c Fix decoding of integer keys of map type (#829)
  • a7b4bfb Add support for RawMessage, similar to json.RawMessage (#790)
  • 07c09c0 Add indentation to flow values on new lines (#759)
  • 0040ab4 Skip directive in path operations (#758)
  • 7901e98 Support non string map keys (#756)
  • f4d1347 Normalize CR and CRLF in multi-line strings (#754)
  • 90e8525 Add decode option that allows specific field prefixes (#795)
  • 25e5d90 Revert "feat: Dont make copies of structs for validation (#737)" (#763)
  • See full diff in compare view

Updates github.com/libdns/acmedns from 0.3.0-beta.2 to 0.5.0

Commits

Updates github.com/libdns/alidns from 1.0.5-libdns.v1.beta1 to 1.0.6-beta.3

Release notes

Sourced from github.com/libdns/alidns's releases.

v1.0.6-beta.3

Full Changelog: libdns/alidns@v1.0.6-beta.2...v1.0.6-beta.3

v1.0.6-beta.2

Full Changelog: libdns/alidns@v1.0.6-beta.1...v1.0.6-beta.2

v1.0.6-beta.1

What's Changed

  • Update Alibaba Cloud SDK link in README.md by @​surinrasu in libdns/alidns#11
  • Starting to using the aliyun v3 sign schema.
  • More cleaner code
  • Upgrade libdns to 1.1.1
  • Fixes #10

New Contributors

Full Changelog: libdns/alidns@v1.0.5-libdns.v1.beta1...v1.0.6-beta.1

Commits
  • 61971df provider.go: fix the actions calling in SetRecords (fix #12)
  • 55e10c4 README.md: leave the message for schema v3 upgrading
  • 94cbebd client_actions.go: remove the queryMainDomain use the libdns provided instead.
  • 6fc697f models.go: fix the typo of IsEnterpriseEdition
  • f057615 schema.go: use upsert instead to append and update for pairs
  • 0852f47 README.md: update the Example for print out after libdns v1
  • ae1ac3d README.md: update the Example after modifing the alidns.CredentialInfo typo
  • ea07006 provider.go: pass the provider.CredentialInfo to getClientSchema directly
  • 8fb0e70 schema.go: unexport the KeyPairs type
  • 52f2682 models.go: unexport the InstanceEdition type
  • Additional commits viewable in compare view

Updates github.com/libdns/bunny from 1.5.0 to 1.6.0

Commits
  • d9f62f7 chore: update Go version and dependencies
  • b8104cc Merge pull request #8 from jeda/add-svcb-and-https
  • af63522 feat: add HTTPS and SVCB support
  • See full diff in compare view

Updates github.com/libdns/cloudflare from 0.2.1 to 0.2.2

Commits
  • 57f633a Enable testing in GitHub Actions (#30)
  • bf85afa Implement libdnstest and fix related issues (CAA, MX, SVCB, trailing dot pres...
  • c574dcc Fixes #25: parse problems Cloudflare SRV records (#26)
  • e8dfdd0 Update libdns to v1.1.0 (#27)
  • fa07ff0 Adding double-quotes to TXT record content (#24)
  • 6116e5a Adding pagination to get records func (#21)
  • b46a2b0 Ability to set custom http client (#19)
  • See full diff in compare view

Updates github.com/libdns/directadmin from 0.4.0 to 0.4.2

Release notes

Sourced from github.com/libdns/directadmin's releases.

v0.4.2

What's Changed

Full Changelog: libdns/directadmin@v0.4.1...v0.4.2

v0.4.1

What's Changed

Full Changelog: libdns/directadmin@v0.4.0...v0.4.1

Commits
  • f37429c Update dependencies and Go version (#12)
  • a88c019 Fix zone detection for subdomain DNS record management (#11)
  • 1b265a7 Replace printf logging with structured zap logging and improve error handling...
  • c2794c8 Integrate zap logger and remove unused caller logic (#9)
  • See full diff in compare view

Updates github.com/libdns/dnsimple from 0.4.0 to 0.4.2

Release notes

Sourced from github.com/libdns/dnsimple's releases.

v0.4.2

What's Changed

Full Changelog: libdns/dnsimple@v0.4.1...v0.4.2

v0.4.1

What's Changed

Full Changelog: libdns/dnsimple@v0.4.0...v0.4.1

Commits
  • 4f57b25 Merge pull request #14 from libdns/bump-dependencies-dnsimple-go-v7
  • b62737f Bump dnsimple-go to v7 and libdns to v1.1.1
  • b546acc Merge pull request #15 from libdns/build-prs
  • b3fe359 Add GitHub Actions workflow to build and test package
  • a73a35b Merge pull request #13 from libdns/fix-delete-records-bug
  • a642fa2 Fix bug in deleting records
  • See full diff in compare view

Updates github.com/libdns/domainnameshop from 0.2.1 to 0.2.2

Release notes

Sourced from github.com/libdns/domainnameshop's releases.

v0.2.2

Update packages Full Changelog: libdns/domainnameshop@v0.2.1...v0.2.2

Commits

Updates github.com/libdns/he from 1.2.0 to 1.2.1

Release notes

Sourced from github.com/libdns/he's releases.

v1.2.1

What's Changed

Full Changelog: libdns/he@v1.2.0...v1.2.1

Commits
  • ccce730 Merge pull request #27 from libdns/dependabot/github_actions/actions/setup-go-6
  • 5f4e009 Bump actions/setup-go from 5 to 6
  • 5a01e55 Merge pull request #25 from libdns/dependabot/go_modules/github.com/libdns/li...
  • 3527658 Bump github.com/libdns/libdns from 1.1.0 to 1.1.1
  • 2764a69 Merge pull request #24 from libdns/dependabot/github_actions/actions/checkout-5
  • bd40a8f Bump actions/checkout from 4 to 5
  • See full diff in compare view

Updates github.com/libdns/inwx from 0.3.0 to 0.3.1

Commits

Updates github.com/libdns/libdns from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/libdns/libdns's releases.

v1.1.1

What's Changed

Full Changelog: libdns/libdns@v1.1.0...v1.1.1

Commits

Updates github.com/libdns/scaleway from 0.2.2 to 0.2.4

Release notes

Sourced from github.com/libdns/scaleway's releases.

v0.2.4

What's Changed

Full Changelog: libdns/scaleway@v0.2.3...v0.2.4

v0.2.3

What's Changed

Full Changelog: libdns/scaleway@v0.2.2...v0.2.3

Commits
  • 2ef005d feat(deps): bump github.com/scaleway/scaleway-sdk-go (#29)
  • 9b35162 feat(deps): bump github.com/scaleway/scaleway-sdk-go (#26)
  • 54edc4d feat(deps): bump github.com/libdns/libdns from 1.1.0 to 1.1.1 (#27)
  • See full diff in compare view

Updates github.com/libdns/tencentcloud from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/libdns/tencentcloud's releases.

v1.4.3

What's Changed

New Contributors

Full Changelog: libdns/tencentcloud@v1.4.2...v1.4.3

Commits
  • c1c0982 Merge pull request #14 from okrc/master
  • 212ba07 feat: add matchValue param to control record value matching in findRecord
  • See full diff in compare view

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

Commits

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.16.0 to 0.19.0

Commits
  • 2a180e2 errgroup: use consistent read for SetLimit panic
  • 1966f53 errgroup: fix some typos in comment
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • 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

…dates

Bumps the minor-patch group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.18.0` | `1.19.1` |
| [github.com/libdns/acmedns](https://github.com/libdns/acmedns) | `0.3.0-beta.2` | `0.5.0` |
| [github.com/libdns/alidns](https://github.com/libdns/alidns) | `1.0.5-libdns.v1.beta1` | `1.0.6-beta.3` |
| [github.com/libdns/bunny](https://github.com/libdns/bunny) | `1.5.0` | `1.6.0` |
| [github.com/libdns/cloudflare](https://github.com/libdns/cloudflare) | `0.2.1` | `0.2.2` |
| [github.com/libdns/directadmin](https://github.com/libdns/directadmin) | `0.4.0` | `0.4.2` |
| [github.com/libdns/dnsimple](https://github.com/libdns/dnsimple) | `0.4.0` | `0.4.2` |
| [github.com/libdns/domainnameshop](https://github.com/libdns/domainnameshop) | `0.2.1` | `0.2.2` |
| [github.com/libdns/he](https://github.com/libdns/he) | `1.2.0` | `1.2.1` |
| [github.com/libdns/inwx](https://github.com/libdns/inwx) | `0.3.0` | `0.3.1` |
| [github.com/libdns/scaleway](https://github.com/libdns/scaleway) | `0.2.2` | `0.2.4` |
| [github.com/libdns/tencentcloud](https://github.com/libdns/tencentcloud) | `1.4.2` | `1.4.3` |
| [github.com/miekg/dns](https://github.com/miekg/dns) | `1.1.67` | `1.1.69` |



Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.18.0...v1.19.1)

Updates `github.com/libdns/acmedns` from 0.3.0-beta.2 to 0.5.0
- [Commits](libdns/acmedns@v0.3.0-beta.2...v0.5.0)

Updates `github.com/libdns/alidns` from 1.0.5-libdns.v1.beta1 to 1.0.6-beta.3
- [Release notes](https://github.com/libdns/alidns/releases)
- [Commits](libdns/alidns@v1.0.5-libdns.v1.beta1...v1.0.6-beta.3)

Updates `github.com/libdns/bunny` from 1.5.0 to 1.6.0
- [Commits](libdns/bunny@v1.5.0...v1.6.0)

Updates `github.com/libdns/cloudflare` from 0.2.1 to 0.2.2
- [Commits](libdns/cloudflare@v0.2.1...v0.2.2)

Updates `github.com/libdns/directadmin` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/libdns/directadmin/releases)
- [Commits](libdns/directadmin@v0.4.0...v0.4.2)

Updates `github.com/libdns/dnsimple` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/libdns/dnsimple/releases)
- [Commits](libdns/dnsimple@v0.4.0...v0.4.2)

Updates `github.com/libdns/domainnameshop` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/libdns/domainnameshop/releases)
- [Commits](libdns/domainnameshop@v0.2.1...v0.2.2)

Updates `github.com/libdns/he` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/libdns/he/releases)
- [Commits](libdns/he@v1.2.0...v1.2.1)

Updates `github.com/libdns/inwx` from 0.3.0 to 0.3.1
- [Commits](libdns/inwx@v0.3.0...v0.3.1)

Updates `github.com/libdns/libdns` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/libdns/libdns/releases)
- [Commits](libdns/libdns@v1.1.0...v1.1.1)

Updates `github.com/libdns/scaleway` from 0.2.2 to 0.2.4
- [Release notes](https://github.com/libdns/scaleway/releases)
- [Commits](libdns/scaleway@v0.2.2...v0.2.4)

Updates `github.com/libdns/tencentcloud` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/libdns/tencentcloud/releases)
- [Commits](libdns/tencentcloud@v1.4.2...v1.4.3)

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

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](golang/sync@v0.16.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/libdns/acmedns
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/libdns/alidns
  dependency-version: 1.0.6-beta.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/bunny
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/libdns/cloudflare
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/directadmin
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/dnsimple
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/domainnameshop
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/he
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/inwx
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/libdns
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/scaleway
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/libdns/tencentcloud
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/miekg/dns
  dependency-version: 1.1.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

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 Dec 24, 2025
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.

2 participants