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 @@ -152,7 +152,7 @@ require (
152
152
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
153
153
github.com/pkg/sftp v1.13.6-0.20221018182125-7da137aa03f0
154
154
github.com/prometheus/client_golang v1.17.0
155
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
155
+ github.com/prometheus/client_model v0.5.0
156
156
github.com/prometheus/common v0.44.0
157
157
github.com/quasilyte/go-ruleguard/dsl v0.3.21
158
158
github.com/robfig/cron/v3 v3.0.1
@@ -203,6 +203,7 @@ require (
203
203
require (
204
204
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89
205
205
github.com/chromedp/chromedp v0.9.2
206
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
206
207
)
207
208
208
209
require (
@@ -323,7 +324,6 @@ require (
323
324
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
324
325
github.com/jsimonetti/rtnetlink v1.3.2 // indirect
325
326
github.com/juju/errors v1.0.0 // indirect
326
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
327
327
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
328
328
github.com/kr/fs v0.1.0 // indirect
329
329
github.com/leodido/go-urn v1.2.4 // indirect
Original file line number Diff line number Diff line change @@ -785,8 +785,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
785
785
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q =
786
786
github.com/prometheus/client_golang v1.17.0 /go.mod h1:VeL+gMmOAxkS2IqfCq0ZmHSL+LjWfWDUmp1mBz9JgUY =
787
787
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
788
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 h1:v7DLqVdK4VrYkVD5diGdl4sxJurKJEMnODWRJlxV9oM =
789
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 /go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU =
788
+ github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw =
789
+ github.com/prometheus/client_model v0.5.0 /go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI =
790
790
github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY =
791
791
github.com/prometheus/common v0.44.0 /go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY =
792
792
github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI =
You can’t perform that action at this time.
0 commit comments