aboutsummaryrefslogtreecommitdiff
path: root/coremain
diff options
context:
space:
mode:
authorGravatar Yong Tang <yongtang@users.noreply.github.com> 2017-02-21 22:51:47 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2017-02-22 06:51:47 +0000
commit81af74aad0d51961a7622fcb410d510ff83f9dd6 (patch)
tree259f4a656c77c3f01fcf8bf8e67b11eea13f561e /coremain
parent59823372267c7eb74fc42b50924d810edf3e5cbe (diff)
downloadcoredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.tar.gz
coredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.tar.zst
coredns-81af74aad0d51961a7622fcb410d510ff83f9dd6.zip
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`
Diffstat (limited to 'coremain')
-rw-r--r--coremain/run.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/coremain/run.go b/coremain/run.go
index e85159543..2ae9d0b32 100644
--- a/coremain/run.go
+++ b/coremain/run.go
@@ -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() {