aboutsummaryrefslogtreecommitdiff
path: root/plugin/health/setup.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/health/setup.go')
-rw-r--r--plugin/health/setup.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/health/setup.go b/plugin/health/setup.go
index 630b11647..9cabeb7e6 100644
--- a/plugin/health/setup.go
+++ b/plugin/health/setup.go
@@ -5,9 +5,8 @@ import (
"net"
"time"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/plugin"
-
- "github.com/caddyserver/caddy"
)
func init() { plugin.Register("health", setup) }