mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547)
This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
This commit is contained in:
@@ -14,10 +14,10 @@ import (
|
||||
|
||||
"github.com/mholt/caddy"
|
||||
|
||||
"github.com/miekg/coredns/core/dnsserver"
|
||||
"github.com/coredns/coredns/core/dnsserver"
|
||||
|
||||
// Plug in CoreDNS
|
||||
_ "github.com/miekg/coredns/core"
|
||||
_ "github.com/coredns/coredns/core"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user