diff options
author | 2024-08-19 11:35:08 +0000 | |
---|---|---|
committer | 2024-08-19 11:35:08 +0000 | |
commit | c78c3d5ed9c960340766ae5f66f4e7a86bb39855 (patch) | |
tree | 19f48a1b2c11e2d6f90862655177113caf4b3df2 /vendor/github.com/miekg/dns/version.go | |
parent | [chore]: Bump github.com/minio/minio-go/v7 from 7.0.74 to 7.0.75 (#3208) (diff) | |
download | gotosocial-c78c3d5ed9c960340766ae5f66f4e7a86bb39855.tar.xz |
[chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209)
Diffstat (limited to 'vendor/github.com/miekg/dns/version.go')
-rw-r--r-- | vendor/github.com/miekg/dns/version.go | 2 |
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 dc34e5902..00c8629f2 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, 58} +var Version = v{1, 1, 62} // v holds the version of this library. type v struct { |