mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-02-01 11:34:59 +01:00
Bumps the all-go-deps group with 4 updates: [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma), [golang.org/x/image](https://github.com/golang/image), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/text](https://github.com/golang/text). Updates `github.com/alecthomas/chroma/v2` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/alecthomas/chroma/releases) - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml) - [Commits](https://github.com/alecthomas/chroma/compare/v2.19.0...v2.20.0) Updates `golang.org/x/image` from 0.29.0 to 0.30.0 - [Commits](https://github.com/golang/image/compare/v0.29.0...v0.30.0) Updates `golang.org/x/sys` from 0.34.0 to 0.35.0 - [Commits](https://github.com/golang/sys/compare/v0.34.0...v0.35.0) Updates `golang.org/x/text` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/image dependency-version: 0.30.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.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/text dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.4 KiB
Modula-2
43 lines
1.4 KiB
Modula-2
module github.com/kovidgoyal/kitty
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.2.0
|
|
github.com/alecthomas/chroma/v2 v2.20.0
|
|
github.com/bmatcuk/doublestar/v4 v4.9.1
|
|
github.com/dlclark/regexp2 v1.11.5
|
|
github.com/edwvee/exiffix v0.0.0-20240229113213-0dbb146775be
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/kovidgoyal/dbus v0.0.0-20250519011319-e811c41c0bc1
|
|
github.com/kovidgoyal/imaging v1.6.4
|
|
github.com/seancfoley/ipaddress-go v1.7.1
|
|
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.30.0
|
|
golang.org/x/sys v0.35.0
|
|
golang.org/x/text v0.28.0
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
// Uncomment the following to use a local checkout of dbus
|
|
// replace github.com/kovidgoyal/dbus => ../dbus
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
|
|
github.com/seancfoley/bintree v1.3.1 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
)
|