gomod: bump tablewriter from 1.1.3 to 1.1.4#22869
gomod: bump tablewriter from 1.1.3 to 1.1.4#22869zxuhan wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zxuhan The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
|
Welcome @zxuhan! |
|
Hi @zxuhan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Pull request overview
Updates k8s.io/minikube’s Go module dependencies to use github.com/olekukonko/tablewriter v1.1.4 (per #20879), ensuring minikube builds against the latest tablewriter release.
Changes:
- Bump
github.com/olekukonko/tablewriterfrom v1.1.3 to v1.1.4 ingo.mod. - Refresh transitive dependencies and checksums in
go.mod/go.sum(notablyolekukonko/errors,olekukonko/ll, andclipperhouse/*modules).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the direct tablewriter requirement and aligns indirect dependency versions pulled in by the upgrade. |
| go.sum | Updates module checksums to match the new resolved dependency graph after the version bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps
github.com/olekukonko/tablewriterfrom v1.1.3 to v1.1.4 (released 2026-03-12).No breaking changes in the APIs used by minikube (
NewWriter,Header,Options,Append,Bulk,Render).Fixes #20879.
Test plan
go build ./...go test ./pkg/minikube/audit/... ./pkg/minikube/service/... ./cmd/minikube/cmd/config/...