@@ -8,32 +8,32 @@ require (
8
8
github.com/capnspacehook/taskmaster v0.0.0-20210519235353-1629df7c85e9
9
9
github.com/coreos/go-systemd/v22 v22.5.0
10
10
github.com/creativeprojects/clog v0.14.0
11
- github.com/creativeprojects/go-selfupdate v1.2 .0
11
+ github.com/creativeprojects/go-selfupdate v1.3 .0
12
12
github.com/distatus/battery v0.11.0
13
- github.com/fatih/color v1.16 .0
13
+ github.com/fatih/color v1.17 .0
14
14
github.com/joho/godotenv v1.5.1
15
- github.com/mackerelio/go-osstat v0.2.4
15
+ github.com/mackerelio/go-osstat v0.2.5
16
16
github.com/mattn/go-colorable v0.1.13
17
17
github.com/mitchellh/mapstructure v1.5.0
18
18
github.com/prometheus/client_golang v1.18.0
19
19
github.com/prometheus/common v0.46.0
20
20
github.com/rickb777/date v1.14.2
21
- github.com/shirou/gopsutil/v3 v3.24.2
21
+ github.com/shirou/gopsutil/v3 v3.24.5
22
22
github.com/spf13/afero v1.11.0
23
23
github.com/spf13/cast v1.6.0
24
24
github.com/spf13/pflag v1.0.5
25
- github.com/spf13/viper v1.18.2
25
+ github.com/spf13/viper v1.19.0
26
26
github.com/stretchr/testify v1.9.0
27
27
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
28
- golang.org/x/sys v0.18 .0
29
- golang.org/x/term v0.18 .0
30
- golang.org/x/text v0.14 .0
28
+ golang.org/x/sys v0.21 .0
29
+ golang.org/x/term v0.21 .0
30
+ golang.org/x/text v0.16 .0
31
31
gopkg.in/yaml.v3 v3.0.1
32
32
howett.net/plist v1.0.1
33
33
)
34
34
35
35
require (
36
- code.gitea.io/sdk/gitea v0.17.1 // indirect
36
+ code.gitea.io/sdk/gitea v0.18.0 // indirect
37
37
github.com/beorn7/perks v1.0.1 // indirect
38
38
github.com/cespare/xxhash/v2 v2.2.0 // indirect
39
39
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -42,17 +42,16 @@ require (
42
42
github.com/go-fed/httpsig v1.1.0 // indirect
43
43
github.com/go-ole/go-ole v1.2.6 // indirect
44
44
github.com/godbus/dbus/v5 v5.1.0 // indirect
45
- github.com/golang/protobuf v1.5.4 // indirect
46
45
github.com/google/go-github/v30 v30.1.0 // indirect
47
46
github.com/google/go-querystring v1.1.0 // indirect
48
47
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
49
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
50
- github.com/hashicorp/go-version v1.6 .0 // indirect
48
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
49
+ github.com/hashicorp/go-version v1.7 .0 // indirect
51
50
github.com/hashicorp/hcl v1.0.0 // indirect
52
51
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
53
52
github.com/magiconair/properties v1.8.7 // indirect
54
53
github.com/mattn/go-isatty v0.0.20 // indirect
55
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
54
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
56
55
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
57
56
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
58
57
github.com/prometheus/client_model v0.5.0 // indirect
@@ -66,15 +65,14 @@ require (
66
65
github.com/subosito/gotenv v1.6.0 // indirect
67
66
github.com/tklauser/go-sysconf v0.3.12 // indirect
68
67
github.com/tklauser/numcpus v0.6.1 // indirect
69
- github.com/ulikunitz/xz v0.5.11 // indirect
70
- github.com/xanzy/go-gitlab v0.100 .0 // indirect
68
+ github.com/ulikunitz/xz v0.5.12 // indirect
69
+ github.com/xanzy/go-gitlab v0.106 .0 // indirect
71
70
github.com/yusufpapurcu/wmi v1.2.4 // indirect
72
71
go.uber.org/atomic v1.9.0 // indirect
73
72
go.uber.org/multierr v1.9.0 // indirect
74
- golang.org/x/crypto v0.21 .0 // indirect
75
- golang.org/x/oauth2 v0.18 .0 // indirect
73
+ golang.org/x/crypto v0.24 .0 // indirect
74
+ golang.org/x/oauth2 v0.21 .0 // indirect
76
75
golang.org/x/time v0.5.0 // indirect
77
- google.golang.org/appengine v1.6.8 // indirect
78
76
google.golang.org/protobuf v1.33.0 // indirect
79
77
gopkg.in/ini.v1 v1.67.0 // indirect
80
78
)
0 commit comments