aboutsummaryrefslogtreecommitdiff
path: root/middleware/auto
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 /middleware/auto
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 'middleware/auto')
-rw-r--r--middleware/auto/auto.go10
-rw-r--r--middleware/auto/setup.go12
-rw-r--r--middleware/auto/walk.go2
-rw-r--r--middleware/auto/zone.go2
4 files changed, 13 insertions, 13 deletions
diff --git a/middleware/auto/auto.go b/middleware/auto/auto.go
index 0557fc3d1..019613a0f 100644
--- a/middleware/auto/auto.go
+++ b/middleware/auto/auto.go
@@ -6,11 +6,11 @@ import (
"regexp"
"time"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/middleware/file"
- "github.com/miekg/coredns/middleware/metrics"
- "github.com/miekg/coredns/middleware/proxy"
- "github.com/miekg/coredns/request"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/middleware/file"
+ "github.com/coredns/coredns/middleware/metrics"
+ "github.com/coredns/coredns/middleware/proxy"
+ "github.com/coredns/coredns/request"
"github.com/miekg/dns"
"golang.org/x/net/context"
diff --git a/middleware/auto/setup.go b/middleware/auto/setup.go
index c08b5ee99..1f8fd3b6c 100644
--- a/middleware/auto/setup.go
+++ b/middleware/auto/setup.go
@@ -8,12 +8,12 @@ import (
"strconv"
"time"
- "github.com/miekg/coredns/core/dnsserver"
- "github.com/miekg/coredns/middleware"
- "github.com/miekg/coredns/middleware/file"
- "github.com/miekg/coredns/middleware/metrics"
- "github.com/miekg/coredns/middleware/pkg/dnsutil"
- "github.com/miekg/coredns/middleware/proxy"
+ "github.com/coredns/coredns/core/dnsserver"
+ "github.com/coredns/coredns/middleware"
+ "github.com/coredns/coredns/middleware/file"
+ "github.com/coredns/coredns/middleware/metrics"
+ "github.com/coredns/coredns/middleware/pkg/dnsutil"
+ "github.com/coredns/coredns/middleware/proxy"
"github.com/mholt/caddy"
)
diff --git a/middleware/auto/walk.go b/middleware/auto/walk.go
index faea1b74a..8b399f422 100644
--- a/middleware/auto/walk.go
+++ b/middleware/auto/walk.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"regexp"
- "github.com/miekg/coredns/middleware/file"
+ "github.com/coredns/coredns/middleware/file"
"github.com/miekg/dns"
)
diff --git a/middleware/auto/zone.go b/middleware/auto/zone.go
index f825871f7..ead26541e 100644
--- a/middleware/auto/zone.go
+++ b/middleware/auto/zone.go
@@ -4,7 +4,7 @@ package auto
import (
"sync"
- "github.com/miekg/coredns/middleware/file"
+ "github.com/coredns/coredns/middleware/file"
)
// Zones maps zone names to a *Zone. This keep track of what we zones we have loaded at