diff options
Diffstat (limited to 'plugin/pkg/parse/parse.go')
-rw-r--r-- | plugin/pkg/parse/parse.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/pkg/parse/parse.go b/plugin/pkg/parse/parse.go index 232e163fd..356d6c21c 100644 --- a/plugin/pkg/parse/parse.go +++ b/plugin/pkg/parse/parse.go @@ -4,9 +4,8 @@ package parse import ( "fmt" + "github.com/coredns/caddy" "github.com/coredns/coredns/plugin/pkg/transport" - - "github.com/caddyserver/caddy" ) // Transfer parses transfer statements: 'transfer [to|from] [address...]'. |