@@ -4,29 +4,27 @@ go 1.21
4
4
5
5
require (
6
6
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7
- github.com/containrrr/shoutrrr v0.7.1
8
- github.com/fatih/color v1.15 .0 // indirect
7
+ github.com/containrrr/shoutrrr v0.8.0
8
+ github.com/fatih/color v1.16 .0 // indirect
9
9
github.com/mattn/go-colorable v0.1.13 // indirect
10
- github.com/prometheus/client_golang v1.16 .0
11
- github.com/prometheus/common v0.44 .0 // indirect
12
- github.com/prometheus/procfs v0.10.1 // indirect
13
- golang.org/x/net v0.11 .0 // indirect
14
- golang.org/x/sys v0.9 .0 // indirect
15
- google.golang.org/protobuf v1.30 .0 // indirect
10
+ github.com/prometheus/client_golang v1.17 .0
11
+ github.com/prometheus/common v0.45 .0 // indirect
12
+ github.com/prometheus/procfs v0.12.0 // indirect
13
+ golang.org/x/net v0.19 .0 // indirect
14
+ golang.org/x/sys v0.15 .0 // indirect
15
+ google.golang.org/protobuf v1.31 .0 // indirect
16
16
)
17
17
18
18
require (
19
- github.com/go-resty/resty/v2 v2.7 .0
19
+ github.com/go-resty/resty/v2 v2.10 .0
20
20
github.com/jessevdk/go-flags v1.5.0
21
- go.uber.org/zap v1.24 .0
21
+ go.uber.org/zap v1.26 .0
22
22
)
23
23
24
24
require (
25
25
github.com/beorn7/perks v1.0.1 // indirect
26
- github.com/golang/protobuf v1.5.3 // indirect
27
- github.com/mattn/go-isatty v0.0.19 // indirect
28
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
29
- github.com/prometheus/client_model v0.4.0 // indirect
30
- go.uber.org/atomic v1.11.0 // indirect
26
+ github.com/mattn/go-isatty v0.0.20 // indirect
27
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
28
+ github.com/prometheus/client_model v0.5.0 // indirect
31
29
go.uber.org/multierr v1.11.0 // indirect
32
30
)
0 commit comments