-
Notifications
You must be signed in to change notification settings - Fork 157
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
[K10-26537] update k8s packages to 1.31 #3264
Conversation
go.mod
Outdated
require ( | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/go-ini/ini v1.67.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.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.
Could these be moved into the above require
section along with other indirect deps?
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.
Sure, moved some more packages up to keep only indirects in this require section.
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Change Overview
Update Kanister with Kubernetes packages v1.31
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan