Skip to content

fix(deps): update gomod dependencies#328

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies
Open

fix(deps): update gomod dependencies#328
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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.9.0v3.13.0 age confidence indirect minor
github.com/fsnotify/fsnotify v1.6.0v1.10.1 age confidence indirect minor
github.com/go-openapi/jsonpointer v0.23.1v0.24.0 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.5v0.21.6 age confidence indirect patch
github.com/go-openapi/swag v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/cmdutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/conv v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/fileutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonname v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/loading v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/mangling v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/netutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/stringutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/typeutils v0.26.0v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/yamlutils v0.26.0v0.27.0 age confidence indirect minor
github.com/golang/groupcache 41bb18b2c02b82 age confidence indirect digest
github.com/google/gnostic v0.5.7-v3refsv0.7.1 age confidence indirect minor
github.com/openshift/api d170fcd02e2c3d require digest
github.com/operator-framework/operator-lib v0.11.0v0.19.0 age confidence require minor
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.55.0v0.92.1 age confidence indirect minor
github.com/prometheus/client_golang v1.18.0v1.23.2 age confidence require minor
github.com/prometheus/common v0.45.0v0.69.0 age confidence indirect minor
github.com/prometheus/procfs v0.12.0v0.21.1 age confidence indirect minor
github.com/stretchr/testify v1.9.0v1.11.1 age confidence require minor
go.uber.org/multierr v1.10.0v1.11.0 age confidence indirect minor
go.uber.org/zap v1.26.0v1.28.0 age confidence require minor
golang.org/x/net v0.33.0v0.56.0 age confidence indirect minor
golang.org/x/oauth2 v0.12.0v0.36.0 age confidence indirect minor
golang.org/x/sys v0.28.0v0.46.0 age confidence indirect minor
golang.org/x/term v0.27.0v0.44.0 age confidence indirect minor
golang.org/x/text v0.21.0v0.38.0 age confidence indirect minor
golang.org/x/time v0.3.0v0.15.0 age confidence indirect minor
gomodules.xyz/jsonpatch/v2 v2.2.0v2.5.0 age confidence indirect minor
k8s.io/api v0.26.13v0.36.2 age confidence require minor
k8s.io/apiextensions-apiserver v0.26.13v0.36.2 age confidence indirect minor
k8s.io/apimachinery v0.26.13v0.36.2 age confidence require minor
k8s.io/client-go v0.26.13v0.36.2 age confidence require minor
k8s.io/component-base v0.26.13v0.36.2 age confidence indirect minor
k8s.io/klog/v2 v2.120.1v2.140.0 age confidence indirect minor
k8s.io/kube-openapi 172d6558f3fa49 age confidence require digest
k8s.io/utils e7106e6be93311 age confidence indirect digest
sigs.k8s.io/controller-runtime v0.14.7v0.24.1 age confidence require minor
sigs.k8s.io/json bc3834c2d32026 age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v4 v4.4.1v4.7.0 age confidence indirect minor
sigs.k8s.io/yaml v1.3.0v1.6.0 age confidence indirect minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard 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)

v3.12.2

Compare Source

  • allow empty payloads in post,put,patch, issue #​580 ( thanks @​liggitt, Jordan Liggitt)

v3.12.1

Compare Source

  • fix misroute when dealing multiple webservice with regex (#​549) (thanks Haitao Chen)

v3.12.0

Compare Source

v3.11.3

Compare Source

  • better not have 2 tags on one commit

v3.11.2

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)

v3.11.1

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)

v3.11.0

Compare Source

  • restored behavior as <= v3.9.0 with option to change path strategy using TrimRightSlashEnabled.

v3.10.2

Compare Source

  • introduced MergePathStrategy to be able to revert behaviour of path concatenation to 3.9.0
    see comment in Readme how to customize this behaviour.

v3.10.1

Compare Source

  • fix broken 3.10.0 by using path package for joining paths

v3.10.0

Compare Source

  • changed tokenizer to match std route match behavior; do not trimright the path (#​511)
  • Add MIME_ZIP (#​512)
  • Add MIME_ZIP and HEADER_ContentDisposition (#​513)
  • Changed how to get query parameter issue #​510
fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare Source

Changes and fixes
  • inotify: don't remove sibling watches sharing a path prefix (#​754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#​755)

v1.10.0

Compare Source

This version of fsnotify needs Go 1.23.

Changes and fixes
  • inotify: improve initialization error message (#​731)

  • inotify: send Rename event if recursive watch is renamed (#​696)

  • inotify: avoid copying event buffers when reading names (#​741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#​748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#​740)

  • windows: fix nil pointer dereference in remWatch (#​736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#​709, #​749)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

v1.7.0

Compare Source

This version of fsnotify needs Go 1.17.

Additions
  • illumos: add FEN backend to support illumos and Solaris. (#​371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#​550, #​572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#​521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. (#​521)

Changes and fixes
  • inotify: remove watcher if a watched path is renamed (#​518)

    After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

    On Windows this does work, and remains working.

  • windows: don't listen for file attribute changes (#​520)

    File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

  • windows: return ErrEventOverflow if the buffer is full (#​525)

    Before it would merely return "short read", making it hard to detect this error.

  • kqueue: make sure events for all files are delivered properly when removing a watched directory (#​526)

    Previously they would get sent with "" (empty string) or "." as the path name.

  • kqueue: don't emit spurious Create events for symbolic links (#​524)

    The link would get resolved but kqueue would "forget" it already saw the link itself, resulting on a Create for every Write event for the directory.

  • all: return ErrClosed on Add() when the watcher is closed (#​516)

  • other: add Watcher.Errors and Watcher.Events to the no-op Watcher in backend_other.go, making it easier to use on unsupported platforms such as WASM, AIX, etc. (#​528)

  • other: use the backend_other.go no-op if the appengine build tag is set; Google AppEngine forbids usage of the unsafe package so the inotify backend won't compile there.

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

v0.24.0

Compare Source

0.24.0 - 2026-06-29

Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0

17 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#​195) by @​fredbi ...
Refactor
  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...
Documentation
Code quality
Testing
Miscellaneous tasks
  • chore: removed most remaining external dependencies by @​fredbi ...
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
Other (technical)

People who contributed to this release

jsonpointer license terms

License

v0.23.2

Compare Source

0.23.2 - 2026-06-26

Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2

13 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

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

v0.21.6

Compare Source

0.21.6 - 2026-05-31

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

21 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

jsonreference license terms

License

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

v0.27.0

Compare Source

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.0)
Miscellaneous tasks
Updates

fileutils (0.27.0)
Updates

jsonname (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.27.0)
Miscellaneous tasks
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 up

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • 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-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jun 16, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot enabled auto-merge (squash) June 16, 2026 04:12
@red-hat-konflux-kflux-prd-rh03

red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.4 -> 1.26.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift 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-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD e33c4cf and 2 for PR HEAD f54a089 in total

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh03[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/images f54a089 link true /test images
ci/prow/test f54a089 link true /test test
ci/prow/lint f54a089 link true /test lint
ci/prow/coverage f54a089 link true /test coverage
ci/prow/validate f54a089 link true /test validate

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from f54a089 to 6be7138 Compare June 17, 2026 04:12
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 17, 2026
@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 5 times, most recently from 1bcec4b to 8f191c8 Compare June 24, 2026 04:04
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 5 times, most recently from a8b2257 to 63f75cd Compare July 1, 2026 04:02
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 63f75cd to 36f65d0 Compare July 3, 2026 04:02
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 36f65d0 to 82d51c4 Compare July 6, 2026 04:02
@openshift-ci

openshift-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]

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

The pull request process is described 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants