build(deps): bump the golang group across 1 directory with 5 updates - #1287
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the golang group across 1 directory with 5 updates#1287dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the golang group with 4 updates in the / directory: [github.com/buger/jsonparser](https://github.com/buger/jsonparser), [github.com/mattn/go-shellwords](https://github.com/mattn/go-shellwords), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [sigs.k8s.io/knftables](https://github.com/kubernetes-sigs/knftables). 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/gomega` from 1.40.0 to 1.42.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.42.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/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-2a2975bc13
branch
from
August 10, 2026 02:23
34b8c9d to
a0168c3
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 4 updates in the / directory: github.com/buger/jsonparser, github.com/mattn/go-shellwords, github.com/onsi/gomega and sigs.k8s.io/knftables.
Updates
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/gomegafrom 1.40.0 to 1.42.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
ced6c1cv1.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.073e81f6v1.41.0 (full)e35a84ffeat: devcontainer configuration with local pkgsite and GH pagesf12e5e1fix(format): detect pointer cycles to avoid runaway formatting outputUpdates
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