diff options
Diffstat (limited to 'plugin/tls')
-rw-r--r-- | plugin/tls/tls.go | 2 | ||||
-rw-r--r-- | plugin/tls/tls_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/tls/tls.go b/plugin/tls/tls.go index e87f802ec..3231e9381 100644 --- a/plugin/tls/tls.go +++ b/plugin/tls/tls.go @@ -7,7 +7,7 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/tls" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) func init() { diff --git a/plugin/tls/tls_test.go b/plugin/tls/tls_test.go index 2def130a5..f1ff8ab3e 100644 --- a/plugin/tls/tls_test.go +++ b/plugin/tls/tls_test.go @@ -7,7 +7,7 @@ import ( "github.com/coredns/coredns/core/dnsserver" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) func TestTLS(t *testing.T) { |