build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.13.0 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com>
Showing
+19 -12
... | ... | @@ -103,8 +103,8 @@ require ( |
github.com/opencontainers/runc v1.1.3 | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | ||
github.com/posener/complete v1.2.3 | ||
github.com/prometheus/client_golang v1.12.0 | ||
github.com/prometheus/common v0.32.1 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/prometheus/common v0.37.0 | ||
github.com/rs/cors v1.8.2 | ||
github.com/ryanuber/columnize v2.1.1-0.20170703205827-abc90934186a+incompatible | ||
github.com/ryanuber/go-glob v1.0.0 | ||
... | ... | @@ -120,7 +120,7 @@ require ( |
go.uber.org/goleak v1.1.12 | ||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d | ||
golang.org/x/exp v0.0.0-20220921164117-439092de6870 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f | ||
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 | ||
google.golang.org/grpc v1.48.0 | ||
... | ... | @@ -243,7 +243,7 @@ require ( |
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/rogpeppe/go-internal v1.6.1 // indirect | ||
... | ... | @@ -268,7 +268,7 @@ require ( |
go.opencensus.io v0.23.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
... | ... |
Please register or sign in to comment