build(deps): bump the golang group across 1 directory with 6 updates - #1291
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the golang group across 1 directory with 6 updates#1291dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the golang group with 5 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.14` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.32.0` | `2.32.1` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.43.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.14 - [Commits](mattn/go-shellwords@v1.0.13...v1.0.14) Updates `github.com/onsi/ginkgo/v2` from 2.32.0 to 2.32.1 - [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.32.1) Updates `github.com/onsi/gomega` from 1.40.0 to 1.43.0 - [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.0) 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 9, 2026 12:57
f82ed89 to
68910fe
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 5 updates in the / directory:
1.2.01.6.11.0.131.0.142.32.02.32.11.40.01.43.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.14Commits
2b31b13Merge 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 words5bec8b9Merge pull request #55 from aTTiny73/feature/exclude-separator4052da2Merge remote-tracking branch 'origin/master' into pr55Updates
github.com/onsi/ginkgo/v2from 2.32.0 to 2.32.1Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
f2d0f65v2.32.1e647b3bDefer AfterAll until repeated spec completes09bbf5fProperly Punctuate Possessive Pronoun "Its"Updates
github.com/onsi/gomegafrom 1.40.0 to 1.43.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
bc1f21ev1.43.0c814c0ev1.43.0 (full)a89f25dAdd gomock adaptor extension for using Gomega matchers with gomockced6c1cv1.42.12beb9fbv1.42.1 (full)006cd2cbump al lthe things35ca084v1.42.0d72697bv1.42.0 (full)1f95d86add a set of claude skills as a marketplace pluginaf2bccbv1.41.0Updates
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