Bump the all group with 2 updates (#11672)
* Bump the all group with 2 updates Bumps the all group with 2 updates: [github.com/ncabatoff/process-exporter](https://github.com/ncabatoff/process-exporter) and [k8s.io/component-base](https://github.com/kubernetes/component-base). Updates `github.com/ncabatoff/process-exporter` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/ncabatoff/process-exporter/releases) - [Changelog](https://github.com/ncabatoff/process-exporter/blob/master/cloudbuild.release.yaml) - [Commits](https://github.com/ncabatoff/process-exporter/compare/v0.8.2...v0.8.3) Updates `k8s.io/component-base` from 0.30.2 to 0.30.3 - [Commits](https://github.com/kubernetes/component-base/compare/v0.30.2...v0.30.3) --- updated-dependencies: - dependency-name: github.com/ncabatoff/process-exporter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Metrics/Process: Adapt to API change in `ncabatoff/process-exporter`. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
a4ffcfb3d8
commit
ee5d40a6d2
3 changed files with 16 additions and 16 deletions
10
go.mod
10
go.mod
|
|
@ -15,7 +15,7 @@ require (
|
|||
github.com/mitchellh/hashstructure/v2 v2.0.2
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
|
||||
github.com/ncabatoff/process-exporter v0.8.2
|
||||
github.com/ncabatoff/process-exporter v0.8.3
|
||||
github.com/onsi/ginkgo/v2 v2.19.0
|
||||
github.com/opencontainers/runc v1.1.13
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
|
|
@ -33,14 +33,14 @@ require (
|
|||
google.golang.org/grpc/examples v0.0.0-20240223204917-5ccf176a08ab
|
||||
gopkg.in/go-playground/pool.v3 v3.1.1
|
||||
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
||||
k8s.io/api v0.30.2
|
||||
k8s.io/api v0.30.3
|
||||
k8s.io/apiextensions-apiserver v0.30.1
|
||||
k8s.io/apimachinery v0.30.2
|
||||
k8s.io/apimachinery v0.30.3
|
||||
k8s.io/apiserver v0.30.1
|
||||
k8s.io/cli-runtime v0.30.0
|
||||
k8s.io/client-go v0.30.2
|
||||
k8s.io/client-go v0.30.3
|
||||
k8s.io/code-generator v0.30.1
|
||||
k8s.io/component-base v0.30.2
|
||||
k8s.io/component-base v0.30.3
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
|
||||
sigs.k8s.io/controller-runtime v0.18.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue