summaryrefslogtreecommitdiff
path: root/vendor/github.com/miekg/dns/version.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 14:09:50 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-05 14:09:50 +0000
commit3cc51d5072a834202aa9e9bb449c41c0533d4f58 (patch)
tree453267045babf6f2ac2e402dc0de029ef0668c40 /vendor/github.com/miekg/dns/version.go
parent[chore]: Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#2604) (diff)
downloadgotosocial-3cc51d5072a834202aa9e9bb449c41c0533d4f58.tar.xz
[chore]: Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2606)
Diffstat (limited to 'vendor/github.com/miekg/dns/version.go')
-rw-r--r--vendor/github.com/miekg/dns/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/version.go b/vendor/github.com/miekg/dns/version.go
index 9fd300f66..dc34e5902 100644
--- a/vendor/github.com/miekg/dns/version.go
+++ b/vendor/github.com/miekg/dns/version.go
@@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
-var Version = v{1, 1, 57}
+var Version = v{1, 1, 58}
// v holds the version of this library.
type v struct {