mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Bump the all-go-deps group with 3 updates
Bumps the all-go-deps group with 3 updates: [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2), [golang.org/x/image](https://github.com/golang/image) and [golang.org/x/sys](https://github.com/golang/sys). Updates `github.com/dlclark/regexp2` from 1.11.3 to 1.11.4 - [Commits](https://github.com/dlclark/regexp2/compare/v1.11.3...v1.11.4) Updates `golang.org/x/image` from 0.18.0 to 0.19.0 - [Commits](https://github.com/golang/image/compare/v0.18.0...v0.19.0) Updates `golang.org/x/sys` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/dlclark/regexp2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/sys 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
@@ -6,7 +6,7 @@ require (
|
||||
github.com/ALTree/bigfloat v0.2.0
|
||||
github.com/alecthomas/chroma/v2 v2.14.0
|
||||
github.com/bmatcuk/doublestar/v4 v4.6.1
|
||||
github.com/dlclark/regexp2 v1.11.3
|
||||
github.com/dlclark/regexp2 v1.11.4
|
||||
github.com/edwvee/exiffix v0.0.0-20240229113213-0dbb146775be
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/google/uuid v1.6.0
|
||||
@@ -15,8 +15,8 @@ require (
|
||||
github.com/shirou/gopsutil/v3 v3.24.5
|
||||
github.com/zeebo/xxh3 v1.0.2
|
||||
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
|
||||
golang.org/x/image v0.18.0
|
||||
golang.org/x/sys v0.23.0
|
||||
golang.org/x/image v0.19.0
|
||||
golang.org/x/sys v0.24.0
|
||||
howett.net/plist v1.0.1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user