Update dns.go
This commit is contained in:
parent
b71703ea30
commit
0645df911b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue