diff options
Diffstat (limited to 'middleware/proxy/dns.go')
-rw-r--r-- | middleware/proxy/dns.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/proxy/dns.go b/middleware/proxy/dns.go index 45d8e3e2e..3e212c7c3 100644 --- a/middleware/proxy/dns.go +++ b/middleware/proxy/dns.go @@ -5,8 +5,8 @@ import ( "net" "time" - "github.com/miekg/coredns/middleware/pkg/singleflight" - "github.com/miekg/coredns/request" + "github.com/coredns/coredns/middleware/pkg/singleflight" + "github.com/coredns/coredns/request" "github.com/miekg/dns" ) |