Skip to content

Commit a30566f

Browse files
Bump codeberg.org/miekg/dns from 0.6.33 to 0.6.38
Bumps codeberg.org/miekg/dns from 0.6.33 to 0.6.38. --- updated-dependencies: - dependency-name: codeberg.org/miekg/dns dependency-version: 0.6.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5eb9fd commit a30566f

File tree

184 files changed

+3799
-63279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+3799
-63279
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
exclude google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
66

77
require (
8-
codeberg.org/miekg/dns v0.6.33
8+
codeberg.org/miekg/dns v0.6.38
99
github.com/BurntSushi/toml v1.6.0
1010
github.com/VividCortex/ewma v1.2.0
1111
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
@@ -25,7 +25,6 @@ require (
2525
github.com/k-sone/critbitgo v1.4.0
2626
github.com/kardianos/service v1.2.4
2727
github.com/lifenjoiner/dhcpdns v0.0.7
28-
github.com/miekg/dns v1.1.72
2928
github.com/powerman/check v1.9.0
3029
github.com/quic-go/quic-go v0.59.0
3130
golang.org/x/crypto v0.47.0
@@ -38,13 +37,12 @@ require (
3837
github.com/davecgh/go-spew v1.1.1 // indirect
3938
github.com/hashicorp/go-syslog v1.0.0 // indirect
4039
github.com/hashicorp/golang-lru v1.0.2 // indirect
40+
github.com/miekg/dns v1.1.72 // indirect
4141
github.com/pkg/errors v0.9.1 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
4343
github.com/powerman/deepequal v0.1.0 // indirect
4444
github.com/quic-go/qpack v0.6.0 // indirect
4545
github.com/smartystreets/goconvey v1.8.1 // indirect
46-
golang.org/x/mod v0.32.0 // indirect
47-
golang.org/x/sync v0.19.0 // indirect
4846
golang.org/x/text v0.33.0 // indirect
4947
golang.org/x/tools v0.41.0 // indirect
5048
google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
codeberg.org/miekg/dns v0.6.33 h1:US75uhhiYLi9kcJzmbPo+mZrUnUucL0Ovt3uBBR4jtM=
2-
codeberg.org/miekg/dns v0.6.33/go.mod h1:baZDrslaQO95dQsCNN5KJDJHRkENDhNS6NuRpXJ9huA=
1+
codeberg.org/miekg/dns v0.6.38 h1:4r5woe8YX1uvIIZCyvQAX2t44DNtJ/TO9d11vTofS10=
2+
codeberg.org/miekg/dns v0.6.38/go.mod h1:fIxAzBMDPnXWSw0fp8+pfZMRiAqYY4+HHYLzUo/S6Dg=
33
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
44
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
55
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=

vendor/codeberg.org/miekg/dns/README-diff-with-v1.md

Lines changed: 48 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/README.md

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/client.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/deleg/deleg.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/dns.go

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/dnssec_keyscan.go

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/doc.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/codeberg.org/miekg/dns/dso_types.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)