File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ require (
37
37
github.com/inconshreveable/mousetrap v1.1.0 // indirect
38
38
github.com/josharian/intern v1.0.0 // indirect
39
39
github.com/json-iterator/go v1.1.12 // indirect
40
- github.com/klauspost/compress v1.18.0 // indirect
41
40
github.com/mailru/easyjson v0.9.0 // indirect
42
41
github.com/moby/spdystream v0.5.0 // indirect
43
42
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -47,7 +46,7 @@ require (
47
46
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
48
47
github.com/pkg/errors v0.9.1 // indirect
49
48
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
50
- github.com/prometheus/client_golang v1.20.4 // indirect
49
+ github.com/prometheus/client_golang v1.22.0 // indirect
51
50
github.com/prometheus/client_model v0.6.2 // indirect
52
51
github.com/prometheus/common v0.65.0 // indirect
53
52
github.com/prometheus/procfs v0.17.0 // indirect
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
87
87
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
88
88
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
89
89
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
90
- github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
91
- github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
90
+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
91
+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
92
92
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
93
93
github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
94
94
github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
You can’t perform that action at this time.
0 commit comments