aboutsummaryrefslogtreecommitdiff
path: root/middleware/pkg/tls/tls_test.go
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/pkg/tls/tls_test.go
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/pkg/tls/tls_test.go')
-rw-r--r--middleware/pkg/tls/tls_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/pkg/tls/tls_test.go b/middleware/pkg/tls/tls_test.go
index b6ef220b7..6d0cb7372 100644
--- a/middleware/pkg/tls/tls_test.go
+++ b/middleware/pkg/tls/tls_test.go
@@ -4,7 +4,7 @@ import (
"path/filepath"
"testing"
- "github.com/miekg/coredns/middleware/test"
+ "github.com/coredns/coredns/middleware/test"
)
func getPEMFiles(t *testing.T) (rmFunc func(), cert, key, ca string) {