mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 18:17:19 +00:00
go1.16 (#14783)
This commit is contained in:
2
vendor/github.com/miekg/dns/version.go
generated
vendored
2
vendor/github.com/miekg/dns/version.go
generated
vendored
@ -3,7 +3,7 @@ package dns
|
||||
import "fmt"
|
||||
|
||||
// Version is current version of this library.
|
||||
var Version = v{1, 1, 30}
|
||||
var Version = v{1, 1, 40}
|
||||
|
||||
// v holds the version of this library.
|
||||
type v struct {
|
||||
|
Reference in New Issue
Block a user