File: go.mod

package info (click to toggle)
kitty 0.41.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,052 kB
  • sloc: ansic: 81,083; python: 54,159; objc: 4,934; sh: 1,282; xml: 364; makefile: 143; javascript: 78
file content (37 lines) | stat: -rw-r--r-- 1,259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module kitty

go 1.23.0

toolchain go1.24.1

require (
	github.com/ALTree/bigfloat v0.2.0
	github.com/alecthomas/chroma/v2 v2.15.0
	github.com/bmatcuk/doublestar/v4 v4.8.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/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.25.0
	golang.org/x/sys v0.31.0
	howett.net/plist v1.0.1
)

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
)