1
This commit is contained in:
parent
d1b39555a4
commit
36e0bcf0a8
1 changed files with 2 additions and 1 deletions
3
dns.go
3
dns.go
|
|
@ -9,9 +9,10 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/zeevdiukman/helper"
|
||||||
|
|
||||||
miekgDNS "github.com/miekg/dns"
|
miekgDNS "github.com/miekg/dns"
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
"github.com/zeevdiukman/helper"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type ResponseWriter = miekgDNS.ResponseWriter
|
type ResponseWriter = miekgDNS.ResponseWriter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue