Skip to content

Commit

Permalink
Update caddy import to use the one from coredns
Browse files Browse the repository at this point in the history
When caddy moved to v2, coredns chose to stay with v1 by moving it
in-tree. Plugins need to update their imports to reflect this.

Note that this will fail the build-coredns ci job until the
openshift/coredns repo has been updated to the new version. I have
tested it locally with a newer version and it works.
  • Loading branch information
cybertron committed Feb 22, 2021
1 parent 40ceeed commit 7a6edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"

"github.com/caddyserver/caddy"
"github.com/coredns/caddy"
"github.com/celebdor/zeroconf"
)

Expand Down

0 comments on commit 7a6edd6

Please sign in to comment.