-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump codeberg.org/miekg/dns from 0.6.40 to 0.6.45 #3116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ go 1.25.0 | |
| exclude google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 | ||
|
|
||
| require ( | ||
| codeberg.org/miekg/dns v0.6.40 | ||
| codeberg.org/miekg/dns v0.6.45 | ||
| github.com/BurntSushi/toml v1.6.0 | ||
| github.com/VividCortex/ewma v1.2.0 | ||
| github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf | ||
|
|
@@ -25,7 +25,6 @@ require ( | |
| github.com/k-sone/critbitgo v1.4.0 | ||
| github.com/kardianos/service v1.2.4 | ||
| github.com/lifenjoiner/dhcpdns v0.0.7 | ||
| github.com/miekg/dns v1.1.72 | ||
| github.com/powerman/check v1.9.0 | ||
|
Comment on lines
27
to
28
|
||
| github.com/quic-go/quic-go v0.59.0 | ||
| golang.org/x/crypto v0.47.0 | ||
|
|
@@ -43,10 +42,7 @@ require ( | |
| github.com/powerman/deepequal v0.1.0 // indirect | ||
| github.com/quic-go/qpack v0.6.0 // indirect | ||
| github.com/smartystreets/goconvey v1.8.1 // indirect | ||
| golang.org/x/mod v0.32.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/text v0.33.0 // indirect | ||
| golang.org/x/tools v0.41.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect | ||
| google.golang.org/grpc v1.77.0 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
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/dnsbut also removes the direct requirement ongithub.com/miekg/dns. If any packages in this repo still importgithub.com/miekg/dns(even in a small helper or test), builds/tests will fail orgo mod tidywill reintroduce it. Suggested fix: verify all internal imports usecodeberg.org/miekg/dns(and update them if needed), or keepgithub.com/miekg/dnsas a direct dependency if the repo still imports that module path.