Skip to content

Commit 4529032

Browse files
authored
Merge pull request #65 from kubernetes-csi/dependabot/go_modules/github.com/prometheus/common-0.39.0
Bump github.com/prometheus/common from 0.37.0 to 0.39.0
2 parents a0631fd + 4c04570 commit 4529032

File tree

7 files changed

+37
-121
lines changed

7 files changed

+37
-121
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
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

Lines changed: 6 additions & 87 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 11 additions & 11 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
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)