mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Bumps the all-go-deps group with 2 updates: [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) and [github.com/google/uuid](https://github.com/google/uuid). Updates `github.com/alecthomas/chroma/v2` from 2.9.1 to 2.10.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.9.1...v2.10.0) Updates `github.com/google/uuid` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1 KiB
Modula-2
32 lines
1 KiB
Modula-2
module kitty
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.2.0
|
|
github.com/alecthomas/chroma/v2 v2.10.0
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/dlclark/regexp2 v1.10.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/seancfoley/ipaddress-go v1.5.5
|
|
github.com/shirou/gopsutil/v3 v3.23.9
|
|
github.com/zeebo/xxh3 v1.0.2
|
|
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
|
|
golang.org/x/image v0.13.0
|
|
golang.org/x/sys v0.13.0
|
|
howett.net/plist v1.0.0
|
|
)
|
|
|
|
require (
|
|
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/seancfoley/bintree v1.2.3 // 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.3 // indirect
|
|
)
|