diff options
Diffstat (limited to 'middleware/log/log_test.go')
-rw-r--r-- | middleware/log/log_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/log/log_test.go b/middleware/log/log_test.go index 8e6d48418..80efc971c 100644 --- a/middleware/log/log_test.go +++ b/middleware/log/log_test.go @@ -6,9 +6,9 @@ import ( "strings" "testing" - "github.com/miekg/coredns/middleware/pkg/dnsrecorder" - "github.com/miekg/coredns/middleware/pkg/response" - "github.com/miekg/coredns/middleware/test" + "github.com/coredns/coredns/middleware/pkg/dnsrecorder" + "github.com/coredns/coredns/middleware/pkg/response" + "github.com/coredns/coredns/middleware/test" "github.com/miekg/dns" "golang.org/x/net/context" |