-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update go module path to k8s.io/kube-state-metrics/v2 #1238
Update go module path to k8s.io/kube-state-metrics/v2 #1238
Conversation
Welcome @omegas27! |
Signed-off-by: Quentin Bisson <quentin@giantswarm.io>
5219bba
to
7250bc2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, have one question!
cc @brancz @tariq1890 PTAL
|
||
require ( | ||
github.com/Azure/go-autorest/autorest v0.10.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious of all the changes that were added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just triggered go mod tidy
but maybe I should have done it in a different way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a problem at all, mainly asking as we will be porting this to release 2.0 branch and did not want to introduce any new not needed changes, but don't think its a problem here.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brancz, omegas27 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 |
Signed-off-by: Quentin Bisson quentin@giantswarm.io
What this PR does / why we need it:
Updating go module path to v2 towards #569