diff options
Diffstat (limited to 'vendor/github.com/miekg/dns/tools.go')
-rw-r--r-- | vendor/github.com/miekg/dns/tools.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/miekg/dns/tools.go b/vendor/github.com/miekg/dns/tools.go index d11182536..ccf8f6bfc 100644 --- a/vendor/github.com/miekg/dns/tools.go +++ b/vendor/github.com/miekg/dns/tools.go @@ -1,3 +1,4 @@ +//go:build tools // +build tools // We include our tool dependencies for `go generate` here to ensure they're |