Skip to content

Commit 4c04570

Browse files
Bump github.com/prometheus/common from 0.37.0 to 0.39.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.39.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0631fd commit 4c04570

File tree

7 files changed

+37
-121
lines changed

7 files changed

+37
-121
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20221031212045-639c33136c1e
99
github.com/prometheus/client_golang v1.14.0
1010
github.com/prometheus/client_model v0.3.0
11-
github.com/prometheus/common v0.37.0
11+
github.com/prometheus/common v0.39.0
1212
k8s.io/api v0.26.0
1313
k8s.io/apimachinery v0.26.0
1414
k8s.io/client-go v0.26.0
@@ -44,8 +44,8 @@ require (
4444
github.com/pkg/errors v0.9.1 // indirect
4545
github.com/prometheus/procfs v0.8.0 // indirect
4646
github.com/spf13/pflag v1.0.5 // indirect
47-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
48-
golang.org/x/oauth2 v0.1.0 // indirect
47+
golang.org/x/net v0.4.0 // indirect
48+
golang.org/x/oauth2 v0.3.0 // indirect
4949
golang.org/x/sys v0.3.0 // indirect
5050
golang.org/x/term v0.3.0 // indirect
5151
golang.org/x/text v0.5.0 // indirect

go.sum

+6-87
Large diffs are not rendered by default.

vendor/github.com/prometheus/common/expfmt/fuzz.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/openmetrics_create.go

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/text_create.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/prometheus/client_golang/prometheus/promhttp
108108
# github.com/prometheus/client_model v0.3.0
109109
## explicit; go 1.9
110110
github.com/prometheus/client_model/go
111-
# github.com/prometheus/common v0.37.0
112-
## explicit; go 1.16
111+
# github.com/prometheus/common v0.39.0
112+
## explicit; go 1.17
113113
github.com/prometheus/common/expfmt
114114
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
115115
github.com/prometheus/common/model
@@ -121,15 +121,15 @@ github.com/prometheus/procfs/internal/util
121121
# github.com/spf13/pflag v1.0.5
122122
## explicit; go 1.12
123123
github.com/spf13/pflag
124-
# golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
124+
# golang.org/x/net v0.4.0
125125
## explicit; go 1.17
126126
golang.org/x/net/context
127127
golang.org/x/net/context/ctxhttp
128128
golang.org/x/net/http/httpguts
129129
golang.org/x/net/http2
130130
golang.org/x/net/http2/hpack
131131
golang.org/x/net/idna
132-
# golang.org/x/oauth2 v0.1.0
132+
# golang.org/x/oauth2 v0.3.0
133133
## explicit; go 1.17
134134
golang.org/x/oauth2
135135
golang.org/x/oauth2/internal

0 commit comments

Comments
 (0)