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:
Yong Tang
2017-02-21 22:51:47 -08:00
committed by Miek Gieben
parent 5982337226
commit 81af74aad0
141 changed files with 366 additions and 366 deletions

View File

@@ -8,9 +8,9 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -6,9 +6,9 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -6,9 +6,9 @@ import (
"sort"
"testing"
"github.com/miekg/coredns/middleware/proxy"
mtest "github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
mtest "github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -7,10 +7,10 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/etcd/msg"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/etcd/msg"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
"golang.org/x/net/context"

View File

@@ -9,11 +9,11 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/etcd"
"github.com/miekg/coredns/middleware/etcd/msg"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/etcd"
"github.com/coredns/coredns/middleware/etcd/msg"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
etcdc "github.com/coreos/etcd/client"
"github.com/miekg/dns"

View File

@@ -6,9 +6,9 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -6,7 +6,7 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/test"
"github.com/coredns/coredns/middleware/test"
"github.com/mholt/caddy"
"github.com/miekg/dns"

View File

@@ -8,10 +8,10 @@ import (
"testing"
"time"
"github.com/miekg/coredns/middleware/cache"
"github.com/miekg/coredns/middleware/metrics"
mtest "github.com/miekg/coredns/middleware/metrics/test"
"github.com/miekg/coredns/middleware/metrics/vars"
"github.com/coredns/coredns/middleware/cache"
"github.com/coredns/coredns/middleware/metrics"
mtest "github.com/coredns/coredns/middleware/metrics/test"
"github.com/coredns/coredns/middleware/metrics/vars"
"github.com/miekg/dns"
)

View File

@@ -6,7 +6,7 @@ import (
"os"
"testing"
"github.com/miekg/coredns/middleware/test"
"github.com/coredns/coredns/middleware/test"
"github.com/miekg/dns"
)

View File

@@ -5,7 +5,7 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/test"
"github.com/coredns/coredns/middleware/test"
"github.com/miekg/dns"
)

View File

@@ -5,9 +5,9 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -5,9 +5,9 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -5,9 +5,9 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)

View File

@@ -5,10 +5,10 @@ import (
"log"
"sync"
"github.com/miekg/coredns/core/dnsserver"
"github.com/coredns/coredns/core/dnsserver"
// Hook in CoreDNS.
_ "github.com/miekg/coredns/core"
_ "github.com/coredns/coredns/core"
"github.com/mholt/caddy"
)

View File

@@ -5,9 +5,9 @@ import (
"log"
"testing"
"github.com/miekg/coredns/middleware/proxy"
"github.com/miekg/coredns/middleware/test"
"github.com/miekg/coredns/request"
"github.com/coredns/coredns/middleware/proxy"
"github.com/coredns/coredns/middleware/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
)