mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Bumps [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) from 1.9.0 to 1.10.0. - [Commits](https://github.com/dlclark/regexp2/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/dlclark/regexp2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
Modula-2
module kitty
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
|
|
github.com/alecthomas/chroma/v2 v2.7.0
|
|
github.com/bmatcuk/doublestar/v4 v4.6.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/dlclark/regexp2 v1.10.0
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
|
|
github.com/seancfoley/ipaddress-go v1.5.4
|
|
github.com/shirou/gopsutil/v3 v3.23.3
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
|
golang.org/x/image v0.7.0
|
|
golang.org/x/sys v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-ole/go-ole v1.2.6 // 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.1 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.5 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
)
|