build(deps): bump the golang group across 1 directory with 6 updates - #1291
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang-8d073ec575
branch
from
September 9, 2026 12:57
f82ed89 to
68910fe
Compare
Bumps the golang group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/buger/jsonparser](https://github.com/buger/jsonparser) | `1.2.0` | `1.6.1` | | [github.com/mattn/go-shellwords](https://github.com/mattn/go-shellwords) | `1.0.13` | `1.0.15` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.32.0` | `2.33.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.43.1` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.45.0` | `0.46.0` | | [sigs.k8s.io/knftables](https://github.com/kubernetes-sigs/knftables) | `0.0.21` | `0.0.22` | Updates `github.com/buger/jsonparser` from 1.2.0 to 1.6.1 - [Release notes](https://github.com/buger/jsonparser/releases) - [Changelog](https://github.com/buger/jsonparser/blob/master/CHANGELOG.md) - [Commits](buger/jsonparser@v1.2.0...v1.6.1) Updates `github.com/mattn/go-shellwords` from 1.0.13 to 1.0.15 - [Release notes](https://github.com/mattn/go-shellwords/releases) - [Commits](mattn/go-shellwords@v1.0.13...v1.0.15) Updates `github.com/onsi/ginkgo/v2` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.32.0...v2.33.0) Updates `github.com/onsi/gomega` from 1.40.0 to 1.43.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.40.0...v1.43.1) Updates `golang.org/x/sys` from 0.45.0 to 0.46.0 - [Commits](golang/sys@v0.45.0...v0.46.0) Updates `sigs.k8s.io/knftables` from 0.0.21 to 0.0.22 - [Changelog](https://github.com/kubernetes-sigs/knftables/blob/master/CHANGELOG.md) - [Commits](kubernetes-sigs/knftables@v0.0.21...v0.0.22) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/mattn/go-shellwords dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.32.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/sys dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: sigs.k8s.io/knftables dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang-8d073ec575
branch
from
September 21, 2026 02:23
68910fe to
ef68a3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the golang group with 6 updates in the / directory:
1.2.01.6.11.0.131.0.152.32.02.33.01.40.01.43.10.45.00.46.00.0.210.0.22Updates
github.com/buger/jsonparserfrom 1.2.0 to 1.6.1Release notes
Sourced from github.com/buger/jsonparser's releases.
... (truncated)
Changelog
Sourced from github.com/buger/jsonparser's changelog.
... (truncated)
Commits
5663ba4v1.6.1: gjson-style fast-skip optimization + benchmarks vs gjson/soniccaa05b0perf: gjson-style fast-skip in hot loops + benchmarks vs gjson/sonicf1c83acdocs: remove anniversary article from repo (private draft)6c82735docs: ten-year anniversary article with personal backstory and transitive deps3005d5bv1.6.0: Append function + all KI fixes (zero open known issues)a55c29bv1.5.1: 6.1x large-payload speedup + fresh benchmarks09dbcf6perf: SWAR string scan in stringEndConfig (8% large-payload speedup)df5ae5bperf: bound stringEnd backslash scan to string body (5.8x large-payload speedup)ae21251Add MC/DC witnesses for SYS-REQ-115 (Config) and SYS-REQ-116 (ReaderParser)dfb33c1docs: complete CHANGELOG with v1.3.0–v1.5.0 entries, all mentioning ReqProof ...Updates
github.com/mattn/go-shellwordsfrom 1.0.13 to 1.0.15Release notes
Sourced from github.com/mattn/go-shellwords's releases.
Commits
f40666aMerge pull request #77 from vitalivo/fix/comments-after-empty-quotesf7c60eeKeep hash characters following empty quotes as word content2b31b13Merge pull request #72 from mattn/add-gitignore925f016Add .gitignore for .codexad15017Merge pull request #71 from mattn/refactor-buffersa3c716bUse byte buffers in Parse to reduce allocationsa9af5c2Merge pull request #70 from mattn/add-benchmarks6eb4f8dAdd benchmarks for Parse variantsa51cda8Merge pull request #69 from mattn/followups2488652Fix comment handling inside backticks and drop empty substitution wordsUpdates
github.com/onsi/ginkgo/v2from 2.32.0 to 2.33.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
9f94149v2.33.0db78e1bchangelog: entries for the JUnit ReportEntry support and the release flow8616ecbci: release from a single workflow_dispatch buttond8d9cddREADME: add a sponsor badgeac70da6README: dark-mode logo and a docs badge23db51ajunit: support ReportEntryb9e3bddv2.32.2c6792b0fix bug where ginkgo -race -p was taking extra long to exitf2d0f65v2.32.1e647b3bDefer AfterAll until repeated spec completesUpdates
github.com/onsi/gomegafrom 1.40.0 to 1.43.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
1fca5c2v1.43.147f0f87v1.43.1 (full)be53601changelog: entries for the yaml bump and the release flowe06b67cfix(ci): strip the tests with a find that works on GNU find tooe9dc84dci: release from a single workflow_dispatch buttond547015dependencies: bump go.yaml.in/yaml/v3 v3.0.4 -> v3.0.53ca97d6README: add a sponsor badge92bd34aREADME: dark-mode logo and a docs badgebc1f21ev1.43.0c814c0ev1.43.0 (full)Updates
golang.org/x/sysfrom 0.45.0 to 0.46.0Commits
d58dcfaunix: add GPIO constants and structsUpdates
sigs.k8s.io/knftablesfrom 0.0.21 to 0.0.22Changelog
Sourced from sigs.k8s.io/knftables's changelog.
Commits
69a6e3fv0.0.222cbbcd2Merge pull request #44 from danwinship/flip-netlink-default9709962Turn off netlink support by default, add UseNetlink option2163caaMerge pull request #43 from aojea/netlinl_optional4c307fcFix response to blank "make"2477e96update golang modulesf2c1170Merge pull request #38 from aojea/netlink5d30712workflows: define global GO_VERSION variablea3859c6bump golangci lintafc08a7update vendor