Bump codeberg.org/miekg/dns from 0.6.40 to 0.6.45#3116
Bump codeberg.org/miekg/dns from 0.6.40 to 0.6.45#3116dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Updates the DNS Go module dependency to the newer codeberg.org/miekg/dns release.
Changes:
- Bump
codeberg.org/miekg/dnsfromv0.6.40tov0.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 |
There was a problem hiding this comment.
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.
| github.com/lifenjoiner/dhcpdns v0.0.7 | ||
| github.com/miekg/dns v1.1.72 | ||
| github.com/powerman/check v1.9.0 |
There was a problem hiding this comment.
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.
|
Superseded by #3120. |
Bumps codeberg.org/miekg/dns from 0.6.40 to 0.6.45.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)