File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ require (
44
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
45
github.com/josharian/intern v1.0.0 // indirect
46
46
github.com/json-iterator/go v1.1.12 // indirect
47
- github.com/klauspost/compress v1.18.0 // indirect
48
47
github.com/mailru/easyjson v0.9.0 // indirect
49
48
github.com/mattn/go-isatty v0.0.20 // indirect
50
49
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -53,7 +52,7 @@ require (
53
52
github.com/pborman/uuid v1.2.1 // indirect
54
53
github.com/pelletier/go-toml v1.9.5 // indirect
55
54
github.com/pkg/errors v0.9.1 // indirect
56
- github.com/prometheus/client_golang v1.21.1 // indirect
55
+ github.com/prometheus/client_golang v1.22.0 // indirect
57
56
github.com/prometheus/client_model v0.6.1 // indirect
58
57
github.com/prometheus/common v0.63.0 // indirect
59
58
github.com/prometheus/procfs v0.16.0 // indirect
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
96
96
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
97
97
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
98
98
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
99
- github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk =
100
- github.com/prometheus/client_golang v1.21.1 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
99
+ github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q =
100
+ github.com/prometheus/client_golang v1.22.0 /go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0 =
101
101
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
102
102
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
103
103
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
You can’t perform that action at this time.
0 commit comments