Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.33
codeberg.org/miekg/dns v0.6.38
github.com/BurntSushi/toml v1.6.0
github.com/VividCortex/ewma v1.2.0
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
Expand All @@ -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
github.com/quic-go/quic-go v0.59.0
golang.org/x/crypto v0.47.0
Expand All @@ -38,13 +37,12 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-syslog v1.0.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codeberg.org/miekg/dns v0.6.33 h1:US75uhhiYLi9kcJzmbPo+mZrUnUucL0Ovt3uBBR4jtM=
codeberg.org/miekg/dns v0.6.33/go.mod h1:baZDrslaQO95dQsCNN5KJDJHRkENDhNS6NuRpXJ9huA=
codeberg.org/miekg/dns v0.6.38 h1:4r5woe8YX1uvIIZCyvQAX2t44DNtJ/TO9d11vTofS10=
codeberg.org/miekg/dns v0.6.38/go.mod h1:fIxAzBMDPnXWSw0fp8+pfZMRiAqYY4+HHYLzUo/S6Dg=
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
Expand Down
49 changes: 48 additions & 1 deletion vendor/codeberg.org/miekg/dns/README-diff-with-v1.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/codeberg.org/miekg/dns/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/codeberg.org/miekg/dns/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/codeberg.org/miekg/dns/deleg/deleg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 15 additions & 11 deletions vendor/codeberg.org/miekg/dns/dns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 15 additions & 14 deletions vendor/codeberg.org/miekg/dns/dnssec_keyscan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/codeberg.org/miekg/dns/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/codeberg.org/miekg/dns/dso_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading