Skip to content

Commit 52aceaa

Browse files
Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11622)
* 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 ... * Go: Fix build. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf259d3 commit 52aceaa

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
@@ -99,7 +99,7 @@ require (
9999
github.com/opencontainers/runtime-spec v1.2.0 // indirect
100100
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
101101
github.com/pkg/errors v0.9.1 // indirect
102-
github.com/prometheus/procfs v0.13.0 // indirect
102+
github.com/prometheus/procfs v0.15.1 // indirect
103103
github.com/sergi/go-diff v1.3.1 // indirect
104104
github.com/sirupsen/logrus v1.9.3 // indirect
105105
github.com/xlab/treeprint v1.2.0 // indirect
@@ -108,16 +108,16 @@ require (
108108
go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
109109
go.uber.org/zap v1.27.0 // indirect
110110
golang.org/x/mod v0.17.0 // indirect
111-
golang.org/x/net v0.25.0 // indirect
112-
golang.org/x/oauth2 v0.20.0 // indirect
111+
golang.org/x/net v0.26.0 // indirect
112+
golang.org/x/oauth2 v0.21.0 // indirect
113113
golang.org/x/sync v0.7.0 // indirect
114114
golang.org/x/sys v0.22.0 // indirect
115115
golang.org/x/term v0.22.0 // indirect
116116
golang.org/x/text v0.16.0 // indirect
117117
golang.org/x/time v0.5.0 // indirect
118118
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
119119
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
120-
google.golang.org/protobuf v1.34.1 // indirect
120+
google.golang.org/protobuf v1.34.2 // indirect
121121
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
122122
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
123123
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)