forked from kavanahuang/system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 859 Bytes
/
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
module github.com/jucci1887/system
go 1.18
require (
github.com/jucci1887/common v0.0.0-20230604191149-10396d5942a9
github.com/jucci1887/logs v0.0.0-20230604185631-94ffd534dcaf
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil/v3 v3.23.5
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sys v0.8.0 // indirect
)