Skip to content

Commit fb94094

Browse files
chore: bump github.com/prometheus/client_model
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](https://github.com/prometheus/client_model/commits/v0.5.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_model dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb3b617 commit fb94094

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ require (
152152
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
153153
github.com/pkg/sftp v1.13.6-0.20221018182125-7da137aa03f0
154154
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
156156
github.com/prometheus/common v0.44.0
157157
github.com/quasilyte/go-ruleguard/dsl v0.3.21
158158
github.com/robfig/cron/v3 v3.0.1
@@ -203,6 +203,7 @@ require (
203203
require (
204204
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89
205205
github.com/chromedp/chromedp v0.9.2
206+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
206207
)
207208

208209
require (
@@ -323,7 +324,6 @@ require (
323324
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
324325
github.com/jsimonetti/rtnetlink v1.3.2 // indirect
325326
github.com/juju/errors v1.0.0 // indirect
326-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
327327
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
328328
github.com/kr/fs v0.1.0 // indirect
329329
github.com/leodido/go-urn v1.2.4 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
785785
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=
786786
github.com/prometheus/client_golang v1.17.0/go.mod h1:VeL+gMmOAxkS2IqfCq0ZmHSL+LjWfWDUmp1mBz9JgUY=
787787
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=
790790
github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=
791791
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
792792
github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=

0 commit comments

Comments
 (0)