File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module main
3
3
go 1.21.3
4
4
5
5
require (
6
- github.com/prometheus/client_golang v1.20.4
6
+ github.com/prometheus/client_golang v1.20.5
7
7
github.com/sirupsen/logrus v1.9.3
8
8
golang.org/x/exp v0.0.0-20231127185646-65229373498e
9
9
)
@@ -17,7 +17,7 @@ require (
17
17
github.com/beorn7/perks v1.0.1 // indirect
18
18
github.com/cespare/xxhash/v2 v2.3.0 // indirect
19
19
github.com/prometheus/client_model v0.6.1 // indirect
20
- github.com/prometheus/common v0.61.0
20
+ github.com/prometheus/common v0.61.0 // indirect
21
21
github.com/prometheus/procfs v0.15.1 // indirect
22
22
golang.org/x/sys v0.28.0 // indirect
23
23
google.golang.org/protobuf v1.35.2 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
15
15
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
16
16
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
17
17
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
18
- github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
19
- github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
18
+ github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
19
+ github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
20
20
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
21
21
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
22
22
github.com/prometheus/common v0.61.0 h1:3gv/GThfX0cV2lpO7gkTUwZru38mxevy90Bj8YFSRQQ =
You can’t perform that action at this time.
0 commit comments