Skip to content

build(deps): bump the go group across 1 directory with 8 updates - #626

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-4703d08e9d
Open

build(deps): bump the go group across 1 directory with 8 updates#626
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-4703d08e9d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 6 updates in the / directory:

Package From To
github.com/stretchr/testify 1.11.1 1.12.1
github.com/wailsapp/wails/v3 3.0.0-alpha.93 3.0.0-beta.12
fyne.io/systray 1.12.1 1.12.2
github.com/caarlos0/log 0.6.0 0.6.2
github.com/carlmjohnson/requests 0.25.1 0.26.1
github.com/elastic/go-sysinfo 1.15.4 1.15.5

Updates github.com/stretchr/testify from 1.11.1 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 959dbda Merge pull request #1935 from harryzcy/yaml-update
  • 9bb7176 Update go.yaml.in/yaml/v3 to v3.0.5
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • Additional commits viewable in compare view

Updates github.com/wailsapp/wails/v3 from 3.0.0-alpha.93 to 3.0.0-beta.12

Release notes

Sourced from github.com/wailsapp/wails/v3's releases.

Wails v3.0.0-beta.12

Wails v3 Beta Release - v3.0.0-beta.12

Added

Fixed


🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.12

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

Wails v3.0.0-beta.11

Wails v3 Beta Release - v3.0.0-beta.11

Removed


🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.11

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

Wails v3.0.0-beta.10

Wails v3 Beta Release - v3.0.0-beta.10

Fixed

  • Fix GTK4 Linux host dropping custom-protocol and file-association launch arguments in PR by @​midagedev
  • Correctly handle deleted lines and same-source corrections in changelog validation in PR by @​taliesin-ai

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

... (truncated)

Commits
  • 8905cd0 chore(v3): bump to v3.0.0-beta.12 and update changelog
  • 44df631 chore(changelog): auto-add entry for PR #6010 — Add macOS notch notification ...
  • 7f600ac Add macOS notch notification windows (#6010)
  • 06eddc7 chore(changelog): auto-add entry for PR #6008 — Add macOS NSPanel window support
  • 5b8e87b Add macOS NSPanel window support (#6008)
  • 39168d8 chore: update sponsors.svg and contributors.svg [skip ci]
  • 1567ef9 chore(changelog): auto-add entry for PR #5998 — fix(v3): stop sqlite Prepare ...
  • 2f4d24e fix(v3): stop sqlite Prepare spinning forever under concurrent calls (#5998)
  • b240df0 chore(v3): bump to v3.0.0-beta.11 and update changelog
  • b84f422 chore: update sponsors.svg and contributors.svg [skip ci]
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.51.0 to 0.53.0

Commits
  • 45460e0 go.mod: update golang.org/x dependencies
  • d37c95e pkcs12: limit PBKDF iteration count to prevent CPU exhaustion
  • e2ffffe ssh: reject incomplete gssapi-with-mic configurations
  • 60e158a ssh/test: isolate CLI tests from user SSH config and agent
  • 1b77d23 ssh/knownhosts: reject lines with multiple or unknown markers
  • 3872a2b ssh/knownhosts: verify declared key type matches decoded key
  • 9f72ecc ssh/knownhosts: treat only ASCII space and tab as whitespace
  • 8f405a4 ssh: validate ECDSA curve matches expected algorithm
  • bb41b3d ssh: improve DH GEX group selection using PreferredBits
  • e04e721 ssh/agent: validate ed25519 private key length in Add
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.44.0 to 0.46.0

Commits
  • d58dcfa unix: add GPIO constants and structs
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • See full diff in compare view

Updates fyne.io/systray from 1.12.1 to 1.12.2

Commits
  • fd428cd Merge pull request #118 from scottharris/fix/libdbusmenu-blank-submenus
  • 1d303c2 Merge pull request #111 from TobiasJa/channel_closed
  • 0c44ce7 Merge pull request #119 from mattsafaii/fix-macos-menu-position
  • a9979c4 Let AppKit position the menu instead of hardcoding an offset
  • e091fcd Position menu below the menu bar on macOS
  • 4ca1f61 fix(unix): fix blank submenus on libdbusmenu-gtk3 desktops (Cinnamon/Xfce/GNOME)
  • 81511e4 Merge pull request #116 from pymq/emit-ItemPropertiesUpdated
  • 3aca44e Linux: emit ItemsPropertiesUpdated and refresh on item add
  • be55b3a Remove fmt.Printf logs
  • 6ae8e41 Add systray unittest for Removing MenuItem
  • Additional commits viewable in compare view

Updates github.com/caarlos0/log from 0.6.0 to 0.6.2

Release notes

Sourced from github.com/caarlos0/log's releases.

v0.6.2

Changelog


Released with GoReleaser!

v0.6.1

Changelog

Other work

  • 23d467a95e05ec3faad872ebe127b9dfb40f7e29: ci(deps): bump the actions group with 6 updates (#85) (dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>)

Released with GoReleaser Pro!

Commits
  • 1697ecc chore: update golang.org/x/sys
  • 23d467a ci(deps): bump the actions group with 6 updates (#85)
  • 50a2fef chore(deps): bump charm.land/lipgloss/v2 from 2.0.2 to 2.0.3 in the go group ...
  • dbda082 ci(deps): bump the actions group with 3 updates (#84)
  • 3ff8498 ci(deps): bump the actions group with 6 updates (#82)
  • cbd65d8 chore(deps): bump the go group with 2 updates (#81)
  • 56f3c41 ci(deps): bump the actions group with 4 updates (#80)
  • 025f226 chore(deps): bump the go group with 2 updates (#79)
  • See full diff in compare view

Updates github.com/carlmjohnson/requests from 0.25.1 to 0.26.1

Release notes

Sourced from github.com/carlmjohnson/requests's releases.

v0.26.1

What's Changed

  • go.yml: Restrict permissions by @​earthboundkid in earthboundkid/requests#136
  • Bump golang.org/x/net from 0.38.0 to 0.58.0
  • reqtest.Server: Fix for Go 1.27 in-memory servers
  • reqtest: Add ReplayFile
  • Fix ExampleGzipConfig

Full Changelog: earthboundkid/requests@v0.25.1...v0.26.1

Commits

Updates github.com/elastic/go-sysinfo from 1.15.4 to 1.15.5

Release notes

Sourced from github.com/elastic/go-sysinfo's releases.

v1.15.5

BUG FIXES:

  • windows: Resolve kernel image path via %SystemRoot% so KernelVersion works on hosts whose system drive is not C:. (GH-288)
Commits
  • f72875d build(deps): bump the github-actions group with 2 updates (#290)
  • 6e9269e fix(windows): resolve kernel image path at runtime (#288)
  • efea16f build(deps): bump vmactions/freebsd-vm from 1.4.2 to 1.4.6 in the github-acti...
  • 1a1e1d4 ci: remove windows/arm (32-bit) cross-compile target (#289)
  • fcb64e4 build(deps): bump vmactions/freebsd-vm from 1.4.1 to 1.4.2 in the github-acti...
  • dad6fb1 build(deps): bump vmactions/freebsd-vm from 1.3.8 to 1.4.1 in the github-acti...
  • 83b6717 build(deps): bump vmactions/freebsd-vm from 1.3.7 to 1.3.8 in the github-acti...
  • f666c24 build(deps): bump vmactions/freebsd-vm from 1.3.4 to 1.3.7 in the github-acti...
  • 663f4bb build(deps): bump vmactions/freebsd-vm from 1.3.0 to 1.3.4 in the github-acti...
  • 6455110 build(deps): bump vmactions/freebsd-vm from 1.2.9 to 1.3.0 in the github-acti...
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the go group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) | `3.0.0-alpha.93` | `3.0.0-beta.12` |
| [fyne.io/systray](https://github.com/fyne-io/systray) | `1.12.1` | `1.12.2` |
| [github.com/caarlos0/log](https://github.com/caarlos0/log) | `0.6.0` | `0.6.2` |
| [github.com/carlmjohnson/requests](https://github.com/carlmjohnson/requests) | `0.25.1` | `0.26.1` |
| [github.com/elastic/go-sysinfo](https://github.com/elastic/go-sysinfo) | `1.15.4` | `1.15.5` |



Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.1)

Updates `github.com/wailsapp/wails/v3` from 3.0.0-alpha.93 to 3.0.0-beta.12
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.93...v3.0.0-beta.12)

Updates `golang.org/x/crypto` from 0.51.0 to 0.53.0
- [Commits](golang/crypto@v0.51.0...v0.53.0)

Updates `golang.org/x/sys` from 0.44.0 to 0.46.0
- [Commits](golang/sys@v0.44.0...v0.46.0)

Updates `fyne.io/systray` from 1.12.1 to 1.12.2
- [Changelog](https://github.com/fyne-io/systray/blob/master/CHANGELOG.md)
- [Commits](fyne-io/systray@v1.12.1...v1.12.2)

Updates `github.com/caarlos0/log` from 0.6.0 to 0.6.2
- [Release notes](https://github.com/caarlos0/log/releases)
- [Commits](caarlos0/log@v0.6.0...v0.6.2)

Updates `github.com/carlmjohnson/requests` from 0.25.1 to 0.26.1
- [Release notes](https://github.com/carlmjohnson/requests/releases)
- [Commits](earthboundkid/requests@v0.25.1...v0.26.1)

Updates `github.com/elastic/go-sysinfo` from 1.15.4 to 1.15.5
- [Release notes](https://github.com/elastic/go-sysinfo/releases)
- [Commits](elastic/go-sysinfo@v1.15.4...v1.15.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-beta.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sys
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: fyne.io/systray
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/caarlos0/log
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/carlmjohnson/requests
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/elastic/go-sysinfo
  dependency-version: 1.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 27, 2026
@github-actions

Copy link
Copy Markdown

🚀 Dev Builds Available

Development builds for this PR are available in the workflow artifacts.

Available builds:

  • Windows (agent, installer, tray)
  • Linux (agent)
  • macOS (agent)

Download the build artifact to test the latest changes.

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants