diff --git a/dns.go b/dns.go index 8b317ed..8850352 100644 --- a/dns.go +++ b/dns.go @@ -9,9 +9,10 @@ import ( "strings" "time" + "github.com/zeevdiukman/helper" + miekgDNS "github.com/miekg/dns" "github.com/spf13/viper" - "github.com/zeevdiukman/helper" ) type ResponseWriter = miekgDNS.ResponseWriter