Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps codeberg.org/miekg/dns from 0.6.40 to 0.6.45.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps codeberg.org/miekg/dns from 0.6.40 to 0.6.45.

---
updated-dependencies:
- dependency-name: codeberg.org/miekg/dns
  dependency-version: 0.6.45
  dependency-type: direct:production
  update-type: version-update:semver-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 Feb 6, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the DNS Go module dependency to the newer codeberg.org/miekg/dns release.

Changes:

  • Bump codeberg.org/miekg/dns from v0.6.40 to v0.6.45
  • Remove direct requirement on github.com/miekg/dns v1.1.72
  • Prune several indirect requirements from go.mod

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


require (
codeberg.org/miekg/dns v0.6.40
codeberg.org/miekg/dns v0.6.45
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update bumps codeberg.org/miekg/dns but also removes the direct requirement on github.com/miekg/dns. If any packages in this repo still import github.com/miekg/dns (even in a small helper or test), builds/tests will fail or go mod tidy will reintroduce it. Suggested fix: verify all internal imports use codeberg.org/miekg/dns (and update them if needed), or keep github.com/miekg/dns as a direct dependency if the repo still imports that module path.

Copilot uses AI. Check for mistakes.
Comment on lines 27 to 28
github.com/lifenjoiner/dhcpdns v0.0.7
github.com/miekg/dns v1.1.72
github.com/powerman/check v1.9.0
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update bumps codeberg.org/miekg/dns but also removes the direct requirement on github.com/miekg/dns. If any packages in this repo still import github.com/miekg/dns (even in a small helper or test), builds/tests will fail or go mod tidy will reintroduce it. Suggested fix: verify all internal imports use codeberg.org/miekg/dns (and update them if needed), or keep github.com/miekg/dns as a direct dependency if the repo still imports that module path.

Copilot uses AI. Check for mistakes.
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Superseded by #3120.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/codeberg.org/miekg/dns-0.6.45 branch February 9, 2026 03:52
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