-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
34 lines (31 loc) · 1.1 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
module github.com/k1LoW/sheer-heart-attack
go 1.22.1
require (
github.com/BurntSushi/toml v1.4.0
github.com/Songmu/prompter v0.5.1
github.com/antonmedv/expr v1.9.0
github.com/k1LoW/duration v1.2.0
github.com/k1LoW/exec v0.3.0
github.com/k1LoW/metr v0.10.0
github.com/labstack/gommon v0.4.2
github.com/mattn/go-isatty v0.0.20
github.com/monochromegane/slack-incoming-webhooks v0.0.0-20190412004341-906fc29664ab
github.com/nicksnyder/go-i18n/v2 v2.4.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cast v1.7.1
github.com/spf13/cobra v1.8.1
go.uber.org/zap v1.27.0
golang.org/x/text v0.19.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/spf13/pflag v1.0.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
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
)