-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Caddy to 1.0.1, and update import path #2961
Conversation
This fix updates caddy to 1.0.1 and also updates the import path to github.com/caddyserver/caddy This fix fixes 2959 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Thank you for your contribution. I've just checked the OWNERS files to find a suitable reviewer. This search was successful and I've asked superq (via If you have questions or suggestions for this bot, please file an issue against the miekg/dreck repository. The bot understands the commands that are listed here. |
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
The failing test is related to github.com/coredns/ci which also needs to be updated. Created a PR coredns/ci#109. |
There are some circular dependencies here. So I will:
|
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Codecov Report
@@ Coverage Diff @@
## master #2961 +/- ##
==========================================
+ Coverage 55.61% 55.64% +0.03%
==========================================
Files 205 205
Lines 10311 10311
==========================================
+ Hits 5734 5738 +4
+ Misses 4159 4155 -4
Partials 418 418
Continue to review full report at Codecov.
|
All tests passed so merging. |
* Update Caddy to 1.0.1, and update import path This fix updates caddy to 1.0.1 and also updates the import path to github.com/caddyserver/caddy This fix fixes 2959 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Also update plugin.cfg Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update and bump zplugin.go Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This fix updates caddy to 1.0.1 and also
updates the import path to github.com/caddyserver/caddy
This fix fixes #2959
Signed-off-by: Yong Tang yong.tang.github@outlook.com