-
Notifications
You must be signed in to change notification settings - Fork 423
Clean gomod deps #3377
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
Clean gomod deps #3377
Conversation
go.mod
Outdated
) | ||
|
||
// DO NOT MERGE !!! | ||
replace github.com/kcp-dev/embeddedetcd => /tmp/ws/kcp-embeddedetcd |
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.
Needs kcp-dev/embeddedetcd#1 first.
On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
/test pull-kcp-test-e2e-sharded |
/lgtm |
LGTM label has been added. Git tree hash: e8732ddbb64e70eff7c87edef738d71aa6b93a39
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis 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 |
Summary
This PR cleans up the go mod deps to be in line with k/k 1.31.6. Specifically it follows the instructions reported by hack/verify-go-modules.sh (#3373).
/kind cleanup
Related Issue(s)
Part of: #3375
Release Notes