chore(deps): bump the go-dependencies group with 6 updates#357
Merged
github-actions[bot] merged 1 commit intoJul 15, 2026
Merged
Conversation
Bumps the go-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/bnema/purego-cef](https://github.com/bnema/purego-cef) | `0.13.3` | `0.13.4` | | [github.com/bnema/purego-cef2gtk](https://github.com/bnema/purego-cef2gtk) | `0.8.2` | `0.8.5` | | [github.com/bnema/purego-pipewire](https://github.com/bnema/purego-pipewire) | `0.1.4` | `0.1.5` | | [github.com/bnema/purego-sqlite](https://github.com/bnema/purego-sqlite) | `0.1.3` | `0.1.4` | | [github.com/bnema/puregotk](https://github.com/bnema/puregotk) | `0.7.0` | `0.7.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.56.0` | `0.57.0` | Updates `github.com/bnema/purego-cef` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/bnema/purego-cef/releases) - [Commits](bnema/purego-cef@v0.13.3...v0.13.4) Updates `github.com/bnema/purego-cef2gtk` from 0.8.2 to 0.8.5 - [Release notes](https://github.com/bnema/purego-cef2gtk/releases) - [Commits](bnema/purego-cef2gtk@v0.8.2...v0.8.5) Updates `github.com/bnema/purego-pipewire` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/bnema/purego-pipewire/releases) - [Commits](bnema/purego-pipewire@v0.1.4...v0.1.5) Updates `github.com/bnema/purego-sqlite` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/bnema/purego-sqlite/releases) - [Commits](bnema/purego-sqlite@v0.1.3...v0.1.4) Updates `github.com/bnema/puregotk` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/bnema/puregotk/releases) - [Commits](bnema/puregotk@v0.7.0...v0.7.1) Updates `golang.org/x/net` from 0.56.0 to 0.57.0 - [Commits](golang/net@v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: github.com/bnema/purego-cef dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/bnema/purego-cef2gtk dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/bnema/purego-pipewire dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/bnema/purego-sqlite dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/bnema/puregotk dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/go_modules/go-dependencies-b08a167a98
branch
July 15, 2026 19:09
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 go-dependencies group with 6 updates:
0.13.30.13.40.8.20.8.50.1.40.1.50.1.30.1.40.7.00.7.10.56.00.57.0Updates
github.com/bnema/purego-ceffrom 0.13.3 to 0.13.4Commits
19b947cMerge pull request #18 from bnema/chore/pin-mockeryb49fa7achore: harden generation drift check2de6e00chore: pin mockery generationada1a56Merge pull request #17 from bnema/fix/inbound-callback-checkptr348f034fix: bridge inbound CEF callback pointers5dbeebfMerge pull request #16 from bnema/perf/callback-ownerf0b7414perf(cef): eliminate callback owner lookup allocation1031681test(cef): cover callback owner lookup registry31c6105Merge pull request #15 from bnema/fix/integration-suite-main0d4e927test(integration): harden CEF runtime evidenceUpdates
github.com/bnema/purego-cef2gtkfrom 0.8.2 to 0.8.5Commits
b9fb46eMerge pull request #29 from bnema/perf/dmabuf-frame-churnbbd3974perf: reduce dmabuf frame bookkeeping churnf3a7df0Merge pull request #27 from bnema/fix/presentation-hook-race7237565Merge pull request #26 from bnema/feat/first-presentation-hook70c91c5fix(renderer): invoke error hooks outside lifecycle locksc5fca4afix(renderer): synchronize presentation hooks7e20550Merge pull request #24 from bnema/feat/first-presentation-hook34530cdfix(renderer): avoid reentrant lifecycle deadlockd8b92fefix(renderer): gate presentation on texture swap7d1cf55feat(renderer): add first-presentation timing hooksUpdates
github.com/bnema/purego-pipewirefrom 0.1.4 to 0.1.5Commits
7f87577Merge pull request #3 from bnema/perf/zero-alloc-callback6504b9cperf(callback): reuse PipeWire buffer viewsUpdates
github.com/bnema/purego-sqlitefrom 0.1.3 to 0.1.4Commits
ed35a18Merge pull request #5 from bnema/feat/context-fast-pathsaa7790cMerge pull request #4 from bnema/perf/row-decoding3614fe6fix(driver): release context row ownership on failurese7f85aafeat(driver): add safe SQLite context fast pathsf442ce1test(driver): cover context fast paths and cancellationb14eb54perf(driver): decode dates from declared column types2e61a9fMerge pull request #3 from bnema/fix/runtime-soname-mainf741f72fix(loader): fall back to SQLite runtime SONAMEUpdates
github.com/bnema/puregotkfrom 0.7.0 to 0.7.1Commits
a2210a2Merge pull request #14 from bnema/perf/lazy-bindings7370c78test(gir): cover lazy borrowed object returns679a9edtest: harden manual lazy helper coverage340f746fix(gobject): lazily register manual native helpers0b6b9b9fix(gobject): lazily register raw signal connections10a0271test: add reproducible lazy startup benchmark9465a09fix(gen): adapt throwing lazy callbacks0d903eafix: preserve lazy binding compatibility15ab047perf: add lazy binding resolution core5e520d4test: specify lazy binding resolutionUpdates
golang.org/x/netfrom 0.56.0 to 0.57.0Commits
b8f09f6go.mod: update golang.org/x dependenciesf05f21bidna: reject all-ASCII xn-- labels on all Go versions0f748cfinternal/http3: clean up stream I/O methods usages in tests0bb961einternal/http3: add net/http.ResponseController support0ca694dwebdav: document Dir's lack of defense against filesystem modificationbd5f1dchttp2: initialize Transport on NewClientConn488ff63bpf: add security considerations to package docs93d1f25xsrftoken: avoid token collisions5a3baeeinternal/http3: prevent panic in QPACK decoder due to overflowDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions