aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/parse/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pkg/parse/parse.go')
-rw-r--r--plugin/pkg/parse/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/parse/parse.go b/plugin/pkg/parse/parse.go
index 17fe75fb0..232e163fd 100644
--- a/plugin/pkg/parse/parse.go
+++ b/plugin/pkg/parse/parse.go
@@ -6,7 +6,7 @@ import (
"github.com/coredns/coredns/plugin/pkg/transport"
- "github.com/mholt/caddy"
+ "github.com/caddyserver/caddy"
)
// Transfer parses transfer statements: 'transfer [to|from] [address...]'.