Bump golang.org/x/sys from 0.35.0 to 0.36.0 in the all-go-deps group

Bumps the all-go-deps group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/sys` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-08 03:04:24 +00:00
committed by GitHub
parent 4237644b86
commit f433ada6c2
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/kovidgoyal/kitty
go 1.23.0
go 1.24.0
toolchain go1.24.1
@@ -19,7 +19,7 @@ require (
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/image v0.30.0
golang.org/x/sys v0.35.0
golang.org/x/sys v0.36.0
golang.org/x/text v0.28.0
howett.net/plist v1.0.1
)