Skip to content

Commit 7e1fa93

Browse files
committed
Update miekg/dns
1 parent 0f230f7 commit 7e1fa93

File tree

6 files changed

+86
-31
lines changed

6 files changed

+86
-31
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.16
8+
codeberg.org/miekg/dns v0.6.18
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

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.16 h1:IL8HaTHxQaKgdg1ixjPEmwnNdKJiE53OwuEwm5xO9T4=
2-
codeberg.org/miekg/dns v0.6.16/go.mod h1:tCC/ub6ImKc6++xEJXJAs6kyhP1vQeMnoC8M1yLRcxo=
1+
codeberg.org/miekg/dns v0.6.18 h1:BsT8pfCfRMSwFZqNEE/kC9kKRopurMRkk/t/8V2umrw=
2+
codeberg.org/miekg/dns v0.6.18/go.mod h1:tCC/ub6ImKc6++xEJXJAs6kyhP1vQeMnoC8M1yLRcxo=
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/CHANGELOG.md

Lines changed: 60 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/scan.go

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

vendor/codeberg.org/miekg/dns/version.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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# codeberg.org/miekg/dns v0.6.16
1+
# codeberg.org/miekg/dns v0.6.18
22
## explicit; go 1.25.0
33
codeberg.org/miekg/dns
44
codeberg.org/miekg/dns/deleg

0 commit comments

Comments
 (0)