diff options
Diffstat (limited to 'plugin/deprecated/setup.go')
-rw-r--r-- | plugin/deprecated/setup.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/deprecated/setup.go b/plugin/deprecated/setup.go index 782f36f04..64caa0cec 100644 --- a/plugin/deprecated/setup.go +++ b/plugin/deprecated/setup.go @@ -1,6 +1,6 @@ // Package deprecated is used when we deprecated plugin. In plugin.cfg just go from // -// startup:github.com/caddyserver/caddy/startupshutdown +// startup:github.com/coredns/caddy/startupshutdown // // To: // @@ -14,9 +14,8 @@ package deprecated import ( "errors" + "github.com/coredns/caddy" "github.com/coredns/coredns/plugin" - - "github.com/caddyserver/caddy" ) // removed has the names of the plugins that need to error on startup. |