-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
37 lines (33 loc) · 1.22 KB
/
go.mod
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 dotfiles/xmonad
go 1.22.0
toolchain go1.23.5
require (
dario.cat/mergo v1.0.1
github.com/BurntSushi/toml v1.4.0
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
github.com/davecgh/go-spew v1.1.1
github.com/go-pa/colorlab v0.2.0
github.com/gorilla/mux v1.8.1
github.com/justinas/alice v1.2.0
github.com/mandykoh/autocrop v0.4.7
github.com/rs/xid v1.6.0
github.com/rs/zerolog v1.33.0
github.com/shirou/gopsutil/v3 v3.24.5
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
github.com/mandykoh/go-parallel v0.1.0 // indirect
github.com/mandykoh/prism v0.35.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/shoenig/test v1.12.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.29.0 // indirect
)