@@ -8,68 +8,74 @@ 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.1.1
11
+ github.com/creativeprojects/go-selfupdate v1.1.2
12
12
github.com/distatus/battery v0.11.0
13
13
github.com/fatih/color v1.15.0
14
14
github.com/mackerelio/go-osstat v0.2.4
15
15
github.com/mattn/go-colorable v0.1.13
16
16
github.com/mitchellh/mapstructure v1.5.0
17
- github.com/prometheus/client_golang v1.16 .0
17
+ github.com/prometheus/client_golang v1.17 .0
18
18
github.com/rickb777/date v1.14.2
19
- github.com/shirou/gopsutil/v3 v3.23.6
20
- github.com/spf13/afero v1.9.5
19
+ github.com/shirou/gopsutil/v3 v3.23.9
20
+ github.com/spf13/afero v1.10.0
21
21
github.com/spf13/cast v1.5.1
22
22
github.com/spf13/pflag v1.0.5
23
- github.com/spf13/viper v1.16 .0
23
+ github.com/spf13/viper v1.17 .0
24
24
github.com/stretchr/testify v1.8.4
25
- golang.org/x/crypto v0.11 .0
26
- golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
25
+ golang.org/x/crypto v0.14 .0
26
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d
27
27
golang.org/x/sys v0.13.0
28
- golang.org/x/text v0.11 .0
28
+ golang.org/x/text v0.13 .0
29
29
gopkg.in/yaml.v3 v3.0.1
30
30
howett.net/plist v1.0.0
31
31
)
32
32
33
33
require (
34
- code.gitea.io/sdk/gitea v0.15.1 // indirect
34
+ code.gitea.io/sdk/gitea v0.16.0 // indirect
35
35
github.com/beorn7/perks v1.0.1 // indirect
36
36
github.com/cespare/xxhash/v2 v2.2.0 // indirect
37
- github.com/davecgh/go-spew v1.1.1 // indirect
37
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
+ github.com/davidmz/go-pageant v1.0.2 // indirect
38
39
github.com/fsnotify/fsnotify v1.6.0 // indirect
40
+ github.com/go-fed/httpsig v1.1.0 // indirect
39
41
github.com/go-ole/go-ole v1.2.6 // indirect
40
42
github.com/godbus/dbus/v5 v5.1.0 // indirect
41
43
github.com/golang/protobuf v1.5.3 // indirect
42
44
github.com/google/go-github/v30 v30.1.0 // indirect
43
45
github.com/google/go-querystring v1.1.0 // indirect
44
46
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
45
- github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
47
+ github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
46
48
github.com/hashicorp/go-version v1.6.0 // indirect
47
49
github.com/hashicorp/hcl v1.0.0 // indirect
48
50
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
49
51
github.com/magiconair/properties v1.8.7 // indirect
50
52
github.com/mattn/go-isatty v0.0.19 // indirect
51
53
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
52
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
53
- github.com/pmezard/go-difflib v1.0.0 // indirect
54
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
55
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
54
56
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
55
- github.com/prometheus/client_model v0.3.0 // indirect
56
- github.com/prometheus/common v0.42 .0 // indirect
57
- github.com/prometheus/procfs v0.10 .1 // indirect
57
+ github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
58
+ github.com/prometheus/common v0.44 .0 // indirect
59
+ github.com/prometheus/procfs v0.11 .1 // indirect
58
60
github.com/rickb777/plural v1.4.1 // indirect
61
+ github.com/sagikazarmark/locafero v0.3.0 // indirect
62
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
59
63
github.com/shoenig/go-m1cpu v0.1.6 // indirect
60
- github.com/spf13/jwalterweatherman v1.1 .0 // indirect
64
+ github.com/sourcegraph/conc v0.3 .0 // indirect
61
65
github.com/stretchr/objx v0.5.0 // indirect
62
- github.com/subosito/gotenv v1.4.2 // indirect
63
- github.com/tklauser/go-sysconf v0.3.11 // indirect
64
- github.com/tklauser/numcpus v0.6.0 // indirect
66
+ github.com/subosito/gotenv v1.6.0 // indirect
67
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
68
+ github.com/tklauser/numcpus v0.6.1 // indirect
65
69
github.com/ulikunitz/xz v0.5.11 // indirect
66
- github.com/xanzy/go-gitlab v0.80 .2 // indirect
70
+ github.com/xanzy/go-gitlab v0.93 .2 // indirect
67
71
github.com/yusufpapurcu/wmi v1.2.3 // indirect
68
- golang.org/x/net v0.10.0 // indirect
69
- golang.org/x/oauth2 v0.7.0 // indirect
70
- golang.org/x/term v0.10.0 // indirect
72
+ go.uber.org/atomic v1.9.0 // indirect
73
+ go.uber.org/multierr v1.9.0 // indirect
74
+ golang.org/x/net v0.17.0 // indirect
75
+ golang.org/x/oauth2 v0.13.0 // indirect
76
+ golang.org/x/term v0.13.0 // indirect
71
77
golang.org/x/time v0.3.0 // indirect
72
- google.golang.org/appengine v1.6.7 // indirect
73
- google.golang.org/protobuf v1.30 .0 // indirect
78
+ google.golang.org/appengine v1.6.8 // indirect
79
+ google.golang.org/protobuf v1.31 .0 // indirect
74
80
gopkg.in/ini.v1 v1.67.0 // indirect
75
81
)
0 commit comments