Skip to content

Commit

Permalink
build(deps): bump github.com/prometheus/client_golang from 1.16.0 to …
Browse files Browse the repository at this point in the history
…1.17.0 (#1249)

Bumps
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
from 1.16.0 to 1.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's
releases</a>.</em></p>
<blockquote>
<h2>v1.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>[CHANGE] Minimum required go version is now 1.19 (we also test
client_golang against new 1.21 version). <a
href="https://redirect.github.com/prometheus/client_golang/issues/1325">#1325</a></li>
<li>[FEATURE] Add support for Created Timestamps in Counters, Summaries
and Historams. <a
href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a></li>
<li>[ENHANCEMENT] Enable detection of a native histogram without
observations. <a
href="https://redirect.github.com/prometheus/client_golang/issues/1314">#1314</a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Merge v1.16.0 to main by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1293">prometheus/client_golang#1293</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1297">prometheus/client_golang#1297</a></li>
<li>ci: define minimal permissions to GitHub workflows by <a
href="https://github.com/diogoteles08"><code>@​diogoteles08</code></a>
in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1295">prometheus/client_golang#1295</a></li>
<li>Do not allocate memory when there's no constraints by <a
href="https://github.com/Okhoshi"><code>@​Okhoshi</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1296">prometheus/client_golang#1296</a></li>
<li>Bump golang.org/x/sys from 0.8.0 to 0.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1306">prometheus/client_golang#1306</a></li>
<li>Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in
/tutorial/whatsup by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1307">prometheus/client_golang#1307</a></li>
<li>histogram: Enable detection of a native histogram without
observations by <a
href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1314">prometheus/client_golang#1314</a></li>
<li>Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1305">prometheus/client_golang#1305</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1302">prometheus/client_golang#1302</a></li>
<li>Fix data-race in metric without <code>code</code> and
<code>method</code> but with <code>WithLabelFromCtx</code> by <a
href="https://github.com/tigrato"><code>@​tigrato</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1318">prometheus/client_golang#1318</a></li>
<li>Add missing tick &quot;`&quot; in README by <a
href="https://github.com/ZiViZiViZ"><code>@​ZiViZiViZ</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1321">prometheus/client_golang#1321</a></li>
<li>Bump golang.org/x/sys from 0.9.0 to 0.10.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1320">prometheus/client_golang#1320</a></li>
<li>Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1319">prometheus/client_golang#1319</a></li>
<li>docs: trivial grammar fixes to improve readability in promauto Godoc
by <a href="https://github.com/sengi"><code>@​sengi</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1322">prometheus/client_golang#1322</a></li>
<li>Add Go 1.21 support by <a
href="https://github.com/kakkoyun"><code>@​kakkoyun</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1325">prometheus/client_golang#1325</a></li>
<li>Bump client_model by <a
href="https://github.com/ArthurSens"><code>@​ArthurSens</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1323">prometheus/client_golang#1323</a></li>
<li>histogram docs: Fixed minor nit. by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1324">prometheus/client_golang#1324</a></li>
<li>Update building by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1326">prometheus/client_golang#1326</a></li>
<li>Bump golang.org/x/sys from 0.10.0 to 0.11.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1331">prometheus/client_golang#1331</a></li>
<li>Bump github.com/prometheus/client_golang from
1.15.1-0.20230416215738-0963f595c689 to 1.16.0 in /tutorial/whatsup by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/prometheus/client_golang/pull/1329">prometheus/client_golang#1329</a></li>
<li>Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in
/examples/middleware by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1328">prometheus/client_golang#1328</a></li>
<li>Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1284">prometheus/client_golang#1284</a></li>
<li>Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in
/tutorial/whatsup by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1330">prometheus/client_golang#1330</a></li>
<li>Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1304">prometheus/client_golang#1304</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1332">prometheus/client_golang#1332</a></li>
<li>Synchronize common files from prometheus/prometheus by <a
href="https://github.com/prombot"><code>@​prombot</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1338">prometheus/client_golang#1338</a></li>
<li>Cleanup golangci-lint errcheck by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1339">prometheus/client_golang#1339</a></li>
<li>Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1348">prometheus/client_golang#1348</a></li>
<li>Extend Counters, Summaries and Histograms with creation timestamp by
<a href="https://github.com/ArthurSens"><code>@​ArthurSens</code></a> in
<a
href="https://redirect.github.com/prometheus/client_golang/pull/1313">prometheus/client_golang#1313</a></li>
<li>Fix typos in comments, tests, and errors by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1346">prometheus/client_golang#1346</a></li>
<li>Deprecated comment should begin with &quot;Deprecated:&quot; by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1347">prometheus/client_golang#1347</a></li>
<li>Add changelog entry for 1.17 by <a
href="https://github.com/ArthurSens"><code>@​ArthurSens</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1352">prometheus/client_golang#1352</a></li>
</ul>
<!-- raw HTML omitted -->
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/diogoteles08"><code>@​diogoteles08</code></a>
made their first contribution in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1295">prometheus/client_golang#1295</a></li>
<li><a href="https://github.com/tigrato"><code>@​tigrato</code></a> made
their first contribution in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1318">prometheus/client_golang#1318</a></li>
<li><a href="https://github.com/ZiViZiViZ"><code>@​ZiViZiViZ</code></a>
made their first contribution in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1321">prometheus/client_golang#1321</a></li>
<li><a href="https://github.com/sengi"><code>@​sengi</code></a> made
their first contribution in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1322">prometheus/client_golang#1322</a></li>
<li><a
href="https://github.com/ArthurSens"><code>@​ArthurSens</code></a> made
their first contribution in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1323">prometheus/client_golang#1323</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md">github.com/prometheus/client_golang's
changelog</a>.</em></p>
<blockquote>
<h2>1.17.0 / 2023-09-27</h2>
<ul>
<li>[CHANGE] Minimum required go version is now 1.19 (we also test
client_golang against new 1.21 version). <a
href="https://redirect.github.com/prometheus/client_golang/issues/1325">#1325</a></li>
<li>[FEATURE] Add support for Created Timestamps in Counters, Summaries
and Historams. <a
href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a></li>
<li>[ENHANCEMENT] Enable detection of a native histogram without
observations. <a
href="https://redirect.github.com/prometheus/client_golang/issues/1314">#1314</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prometheus/client_golang/commit/fa1408ee351f6aba15c6d0207f7a0021eb3af406"><code>fa1408e</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/client_golang/issues/1352">#1352</a>
from prometheus/arthursens/cut-1.17.0</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/24a72b819f07e2abdd7aa2ed910a2d343c02f9a3"><code>24a72b8</code></a>
Add changelog entry for 1.17</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/1bae6c1e6314f6a20be183a7277059630780232a"><code>1bae6c1</code></a>
Deprecated comment should begin with &quot;Deprecated:&quot; (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1347">#1347</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/bbab8fe770ef961310d1c7ba045d68f3708e6463"><code>bbab8fe</code></a>
Fix typos in comments, tests, and errors (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1346">#1346</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/df7fa494179f42a8c08cf21d95da9ae09564f907"><code>df7fa49</code></a>
Extend Counters, Summaries and Histograms with creation timestamp (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/74cc26257c40439fda01b450a6def1bd69d77d1b"><code>74cc262</code></a>
Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1348">#1348</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/d03abf3a31c973a5bc2c2dc698fb41b661a0f0c5"><code>d03abf3</code></a>
Cleanup golangci-lint errcheck (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1339">#1339</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/ca6ba04f2fd1225668db5d01fa5a65bc2e668898"><code>ca6ba04</code></a>
Update common Prometheus files (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1338">#1338</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/51d24f86807c24ce866355d0c82258420f571c17"><code>51d24f8</code></a>
Update common Prometheus files (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1332">#1332</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/c17edf09ed77d45c7b0df50f2d9979e4f132a09e"><code>c17edf0</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/client_golang/issues/1304">#1304</a>
from prometheus/dependabot/go_modules/google.golang....</li>
<li>Additional commits viewable in <a
href="https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.16.0&new-version=1.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 7c209ad commit 31b1fa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/manifoldco/promptui v0.9.0
github.com/mr-tron/base58 v1.2.0
github.com/osmosis-labs/go-mutesting v0.0.0-20221219192234-827e6d6b9d4e
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.17.0
github.com/rakyll/statik v0.1.7
github.com/spf13/cast v1.5.1
github.com/spf13/cobra v1.7.0
Expand Down Expand Up @@ -240,9 +240,9 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polyfloyd/go-errorlint v1.4.3 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/quasilyte/go-ruleguard v0.4.0 // indirect
github.com/quasilyte/gogrep v0.5.0 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1215,16 +1215,16 @@ github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3O
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=
github.com/prometheus/client_golang v1.17.0/go.mod h1:VeL+gMmOAxkS2IqfCq0ZmHSL+LjWfWDUmp1mBz9JgUY=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=
github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w=
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 h1:v7DLqVdK4VrYkVD5diGdl4sxJurKJEMnODWRJlxV9oM=
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJEYF2imWWhWtMkYU=
github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
Expand All @@ -1235,8 +1235,8 @@ github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB8
github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=
github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=
github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
Expand All @@ -1245,8 +1245,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.3.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=
github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=
github.com/prometheus/procfs v0.11.1/go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/quasilyte/go-ruleguard v0.4.0 h1:DyM6r+TKL+xbKB4Nm7Afd1IQh9kEUKQs2pboWGKtvQo=
github.com/quasilyte/go-ruleguard v0.4.0/go.mod h1:Eu76Z/R8IXtViWUIHkE3p8gdH3/PKk1eh3YGfaEof10=
Expand Down

0 comments on commit 31b1fa7

Please sign in to comment.