-
Notifications
You must be signed in to change notification settings - Fork 475
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
Upgrade dependencies to fix build #301
Conversation
/assign @prameshj |
We have build the binaries and pushed a test image for linux to |
Thanks for confirming this. Is Gopkg.toml file the only change made by hand? |
Indeed. I only changed the toml file and added the two dependencies and upgraded the one. Nothing else was changed to make it build again. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: prameshj, woopstar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
When #300 was introduced by me, the project was unable to build because of old dependencies.
This PR will add missing dependencies
dnstap/golang-dnstap
andfarsightsec/golang-framestream
which is required by CoreDNS 1.5.0. It will also updateclient_golang
to version0.9.2
which CoreDNS 1.5.0 uses.The project is now able to build locally with
make build