forked from jnovack/cloudkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.04 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.04 KB
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
module cloudkey
go 1.24.2
require (
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
github.com/coreos/pkg v0.0.0-20240122114842-bbd7aa9bf6fb
github.com/dustin/go-humanize v1.0.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jnovack/cloudkey v1.0.0-rc1
github.com/jnovack/go-version v1.0.1
github.com/jnovack/speedtest v0.0.0-20180927102444-3ea8270f553e
github.com/rdegges/go-ipify v0.0.0-20150526035502-2d94a6a86c40
github.com/shirou/gopsutil/v4 v4.25.3
github.com/tabalt/pidfile v1.1.0
golang.org/x/image v0.25.0
)
require (
github.com/ebitengine/purego v0.8.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.31.0 // indirect
)