Bump github.com/ncabatoff/process-exporter from 0.7.10 to 0.8.1
Bumps [github.com/ncabatoff/process-exporter](https://github.com/ncabatoff/process-exporter) from 0.7.10 to 0.8.1. - [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.7.10...v0.8.1) --- updated-dependencies: - dependency-name: github.com/ncabatoff/process-exporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
77c28237f0
commit
6669012d46
2 changed files with 1217 additions and 12 deletions
6
go.mod
6
go.mod
|
@ -14,7 +14,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.7.10
|
||||
github.com/ncabatoff/process-exporter v0.8.1
|
||||
github.com/onsi/ginkgo/v2 v2.17.1
|
||||
github.com/opencontainers/runc v1.1.12
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
|
@ -27,7 +27,7 @@ require (
|
|||
github.com/yudai/gojsondiff v1.0.0
|
||||
github.com/zakjan/cert-chain-resolver v0.0.0-20221221105603-fcedb00c5b30
|
||||
golang.org/x/crypto v0.22.0
|
||||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
||||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
|
||||
google.golang.org/grpc v1.63.2
|
||||
google.golang.org/grpc/examples v0.0.0-20240223204917-5ccf176a08ab
|
||||
gopkg.in/go-playground/pool.v3 v3.1.1
|
||||
|
@ -98,7 +98,7 @@ require (
|
|||
github.com/opencontainers/runtime-spec v1.2.0 // indirect
|
||||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/prometheus/procfs v0.12.0 // indirect
|
||||
github.com/prometheus/procfs v0.13.0 // indirect
|
||||
github.com/sergi/go-diff v1.3.1 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/xlab/treeprint v1.2.0 // indirect
|
||||
|
|
Loading…
Reference in a new issue