Skip to content

Commit 4212af3

Browse files
Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11522)
* Bump github.com/prometheus/common from 0.54.0 to 0.55.0 Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.54.0 to 0.55.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.54.0...v0.55.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Go: Fix build. --------- 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>
1 parent 6de1846 commit 4212af3

File tree

4 files changed

+62
-1639
lines changed

4 files changed

+62
-1639
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ require (
1515
github.com/mitchellh/hashstructure/v2 v2.0.2
1616
github.com/mitchellh/mapstructure v1.5.0
1717
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
18-
github.com/ncabatoff/process-exporter v0.7.11
18+
github.com/ncabatoff/process-exporter v0.8.2
1919
github.com/onsi/ginkgo/v2 v2.19.0
2020
github.com/opencontainers/runc v1.1.13
2121
github.com/pmezard/go-difflib v1.0.0
2222
github.com/prometheus/client_golang v1.19.1
2323
github.com/prometheus/client_model v0.6.1
24-
github.com/prometheus/common v0.54.0
24+
github.com/prometheus/common v0.55.0
2525
github.com/spf13/cobra v1.8.1
2626
github.com/spf13/pflag v1.0.5
2727
github.com/stretchr/testify v1.9.0
@@ -100,7 +100,7 @@ require (
100100
github.com/opencontainers/runtime-spec v1.2.0 // indirect
101101
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
102102
github.com/pkg/errors v0.9.1 // indirect
103-
github.com/prometheus/procfs v0.13.0 // indirect
103+
github.com/prometheus/procfs v0.15.1 // indirect
104104
github.com/sergi/go-diff v1.3.1 // indirect
105105
github.com/sirupsen/logrus v1.9.3 // indirect
106106
github.com/xlab/treeprint v1.2.0 // indirect
@@ -109,16 +109,16 @@ require (
109109
go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
110110
go.uber.org/zap v1.27.0 // indirect
111111
golang.org/x/mod v0.17.0 // indirect
112-
golang.org/x/net v0.25.0 // indirect
113-
golang.org/x/oauth2 v0.20.0 // indirect
112+
golang.org/x/net v0.26.0 // indirect
113+
golang.org/x/oauth2 v0.21.0 // indirect
114114
golang.org/x/sync v0.7.0 // indirect
115115
golang.org/x/sys v0.22.0 // indirect
116116
golang.org/x/term v0.22.0 // indirect
117117
golang.org/x/text v0.16.0 // indirect
118118
golang.org/x/time v0.5.0 // indirect
119119
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
120120
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
121-
google.golang.org/protobuf v1.34.1 // indirect
121+
google.golang.org/protobuf v1.34.2 // indirect
122122
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
123123
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
124124
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)