Skip to content

fix(deps): update go modules#497

Open
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.11from
konflux/mintmaker/release-1.11/go-modules
Open

fix(deps): update go modules#497
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.11from
konflux/mintmaker/release-1.11/go-modules

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux bot commented Apr 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/emicklei/go-restful/v3 v3.12.2v3.13.0 age confidence indirect minor
github.com/fxamacker/cbor/v2 v2.9.0v2.9.1 age confidence indirect patch
github.com/go-openapi/jsonpointer v0.21.1v0.22.5 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.0v0.21.5 age confidence indirect patch
github.com/go-openapi/swag v0.23.1v0.25.5 age confidence indirect minor
github.com/golang-jwt/jwt/v5 v5.3.0v5.3.1 age confidence indirect patch
github.com/google/gnostic-models v0.7.0v0.7.1 age confidence indirect patch
github.com/google/pprof 337e5dd545e8a4 age confidence indirect digest
github.com/lucasb-eyer/go-colorful v1.3.0v1.4.0 age confidence indirect minor
github.com/mailru/easyjson v0.9.0v0.9.2 age confidence indirect patch
github.com/mattn/go-sqlite3 v1.14.32v1.14.41 age confidence require patch
github.com/navidys/tvxwidgets v0.11.1v0.13.0 age confidence require minor
github.com/onsi/ginkgo/v2 v2.27.3v2.28.1 age confidence require minor
github.com/onsi/gomega v1.38.2v1.39.1 age confidence require minor
github.com/ovn-org/ovn-kubernetes/go-controller 57a25907b685bd age confidence indirect digest
github.com/prometheus/procfs v0.16.1v0.20.1 age confidence indirect minor
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026v0.42.0 age confidence require minor
github.com/segmentio/kafka-go v0.4.49v0.4.50 age confidence indirect patch
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence require patch
github.com/xdg-go/scram v1.1.2v1.2.0 age confidence indirect minor
go.opentelemetry.io/otel v1.39.0v1.43.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.39.0v1.43.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.3v2.4.4 age confidence indirect patch
golang.org/x/mod v0.30.0v0.34.0 age confidence indirect minor
golang.org/x/net v0.48.0v0.52.0 age confidence indirect minor
golang.org/x/oauth2 v0.34.0v0.36.0 age confidence indirect minor
golang.org/x/sync v0.19.0v0.20.0 age confidence indirect minor
golang.org/x/sys v0.40.0v0.42.0 age confidence indirect minor
golang.org/x/term v0.38.0v0.41.0 age confidence indirect minor
golang.org/x/text v0.32.0v0.35.0 age confidence indirect minor
golang.org/x/time v0.11.0v0.15.0 age confidence indirect minor
golang.org/x/tools v0.39.0v0.43.0 age confidence indirect minor
google.golang.org/genproto/googleapis/rpc ff82c1b6f92a3b age confidence indirect digest
google.golang.org/grpc v1.79.3v1.80.0 age confidence indirect minor
k8s.io/api v0.35.0v0.35.3 age confidence require patch
k8s.io/apimachinery v0.35.0v0.35.3 age confidence require patch
k8s.io/client-go v0.35.0v0.35.3 age confidence require patch
k8s.io/component-base v0.32.3v0.35.3 age confidence indirect minor
k8s.io/klog/v2 v2.130.1v2.140.0 age confidence indirect minor
k8s.io/kube-openapi 589584f16be699 age confidence indirect digest
k8s.io/utils bc988d528399d8 age confidence indirect digest
sigs.k8s.io/controller-runtime v0.20.4v0.23.3 age confidence indirect minor
sigs.k8s.io/structured-merge-diff/v6 v6.3.0v6.3.2 age confidence indirect patch

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

emicklei/go-restful (github.com/emicklei/go-restful/v3)

v3.13.0

Compare Source

  • optimize performance of path matching in CurlyRouter ( thanks @​wenhuang, Wen Huang)
fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.1

Compare Source

This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.

🐞 Bug fixes related to the keyasint feature

These changes only affect Go struct fields tagged with keyasint:

  • [Decoding] Reject integer keys that exceed math.MaxInt64 when decoding CBOR map to a struct with keyasint field (PR #​757)
  • [Decoding] Prevent string representation of an integer key from matching the struct field tagged by keyasint (PR #​757)
  • [Encoding & Decoding] Deduplicate struct fields with the same normalized keyasint tag values (PR #​757)
🐞 Other bug fixes and defensive checks

Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).

NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).

  • [Decoding] Reject decoding epoch time encoded as floats that overflow int64 (PR #​753)
  • [Encoding] Return a cloned slice for an empty RawMessage from RawMessage.MarshalCBOR (PR #​753)
  • [Encoding] Reject encoding nil inside indefinite-length strings (PR #​750)
  • [Diagnostic] Accept valid U+FFFD replacement character (PR #​753)
What's Changed
CI / GitHub Actions and Docs
🔎 Details...

New Contributors

Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.22.5

Compare Source

0.22.5 - 2026-03-02

Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5

15 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

jsonpointer license terms

License

v0.22.4

Compare Source

0.22.4 - 2025-12-06

Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4

1 commits in this release.


Miscellaneous tasks

People who contributed to this release

jsonpointer license terms

License

v0.22.3

Compare Source

0.22.3 - 2025-11-17

Full Changelog: go-openapi/jsonpointer@v0.22.2...v0.22.3

8 commits in this release.


Documentation
Code quality
Miscellaneous tasks

People who contributed to this release

New Contributors

jsonpointer license terms

License

v0.22.2

Compare Source

0.22.2 - 2025-11-14

Full Changelog: go-openapi/jsonpointer@v0.22.1...v0.22.2

12 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates

People who contributed to this release

jsonpointer license terms

License

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.2

Compare Source

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v0.21.5

Compare Source

0.21.5 - 2026-03-02

Full Changelog: go-openapi/jsonreference@v0.21.4...v0.21.5

14 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

jsonreference license terms

License

v0.21.4

Compare Source

0.21.4 - 2025-12-08

Full Changelog: go-openapi/jsonreference@v0.21.3...v0.21.4

1 commits in this release.


Documentation

People who contributed to this release

New Contributors

jsonreference license terms

License

v0.21.3

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

go-openapi/swag (github.com/go-openapi/swag)

v0.25.5

Compare Source

0.25.5 - 2026-03-02

Full Changelog: go-openapi/swag@v0.25.4...v0.25.5

16 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

swag license terms

License

Per-module changes


cmdutils (0.25.5)

Testing

conv (0.25.5)

Testing

Configuration

📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot added the dependencies Pull requests that update a dependency file label Apr 7, 2026
@red-hat-konflux
Copy link
Copy Markdown
Contributor Author

red-hat-konflux bot commented Apr 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/ovn-org/ovn-kubernetes/go-controller@v0.0.0-20260407094500-7b685bd1c95e: parsing go.mod:
	module declares its path as: github.com/ovn-kubernetes/ovn-kubernetes/go-controller
	        but was required as: github.com/ovn-org/ovn-kubernetes/go-controller

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 7, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 7, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign jpinsonneau for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/release-1.11/go-modules branch 3 times, most recently from 6e4fee4 to d9cf67a Compare April 7, 2026 17:38
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/release-1.11/go-modules branch from d9cf67a to 95f18ef Compare April 7, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants