Skip to content

Commit 9fad7ca

Browse files
chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 in /azure-iptables-monitor in the go_modules group across 1 directory (#3872)
chore(deps): bump golang.org/x/oauth2 Bumps the go_modules group with 1 update in the /azure-iptables-monitor directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.21.0 to 0.27.0 - [Commits](golang/oauth2@v0.21.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 828e7cd commit 9fad7ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-iptables-monitor/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.23.0
55
require (
66
github.com/coreos/go-iptables v0.8.0
77
github.com/stretchr/testify v1.9.0
8+
k8s.io/api v0.31.3
89
k8s.io/apimachinery v0.31.3
910
k8s.io/client-go v0.31.3
1011
k8s.io/component-base v0.31.3
@@ -44,7 +45,7 @@ require (
4445
github.com/spf13/pflag v1.0.5 // indirect
4546
github.com/x448/float16 v0.8.4 // indirect
4647
golang.org/x/net v0.38.0 // indirect
47-
golang.org/x/oauth2 v0.21.0 // indirect
48+
golang.org/x/oauth2 v0.27.0 // indirect
4849
golang.org/x/sys v0.31.0 // indirect
4950
golang.org/x/term v0.30.0 // indirect
5051
golang.org/x/text v0.23.0 // indirect
@@ -53,7 +54,6 @@ require (
5354
gopkg.in/inf.v0 v0.9.1 // indirect
5455
gopkg.in/yaml.v2 v2.4.0 // indirect
5556
gopkg.in/yaml.v3 v3.0.1 // indirect
56-
k8s.io/api v0.31.3 // indirect
5757
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
5858
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
5959
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

azure-iptables-monitor/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
119119
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
120120
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
121121
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
122-
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
123-
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
122+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
123+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
124124
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
125125
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
126126
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)