mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Bump the all-go-deps group with 3 updates
Bumps the all-go-deps group with 3 updates: [github.com/ebitengine/purego](https://github.com/ebitengine/purego), [github.com/sgtdi/fswatcher](https://github.com/sgtdi/fswatcher) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/ebitengine/purego` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.10.0...v0.10.1) Updates `github.com/sgtdi/fswatcher` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/sgtdi/fswatcher/releases) - [Commits](https://github.com/sgtdi/fswatcher/compare/v1.2.0...v1.3.0) Updates `golang.org/x/sys` from 0.44.0 to 0.45.0 - [Commits](https://github.com/golang/sys/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/ebitengine/purego dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/sgtdi/fswatcher dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/sys dependency-version: 0.45.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:
6
go.mod
6
go.mod
@@ -9,7 +9,7 @@ require (
|
||||
github.com/alecthomas/chroma/v2 v2.24.1
|
||||
github.com/bmatcuk/doublestar/v4 v4.10.0
|
||||
github.com/dlclark/regexp2 v1.12.0
|
||||
github.com/ebitengine/purego v0.10.0
|
||||
github.com/ebitengine/purego v0.10.1
|
||||
github.com/emmansun/base64 v0.9.0
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/google/uuid v1.6.0
|
||||
@@ -21,13 +21,13 @@ require (
|
||||
github.com/kovidgoyal/imaging v1.8.21
|
||||
github.com/nwaples/rardecode/v2 v2.2.3
|
||||
github.com/seancfoley/ipaddress-go v1.7.1
|
||||
github.com/sgtdi/fswatcher v1.2.0
|
||||
github.com/sgtdi/fswatcher v1.3.0
|
||||
github.com/shirou/gopsutil/v4 v4.26.4
|
||||
github.com/ulikunitz/xz v0.5.15
|
||||
github.com/zeebo/xxh3 v1.1.0
|
||||
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
|
||||
golang.org/x/image v0.41.0
|
||||
golang.org/x/sys v0.44.0
|
||||
golang.org/x/sys v0.45.0
|
||||
golang.org/x/text v0.37.0
|
||||
howett.net/plist v1.0.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user