Update dns.go

This commit is contained in:
Zeev Diukman 2024-09-26 17:41:29 +03:00 committed by GitHub
parent b71703ea30
commit 0645df911b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ import (
miekgDNS "github.com/miekg/dns" miekgDNS "github.com/miekg/dns"
"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/zeevdiukman/z/helper" "github.com/zeevdiukman/z/pkg/helper"
) )
type ResponseWriter = miekgDNS.ResponseWriter type ResponseWriter = miekgDNS.ResponseWriter