Skip to content

Commit 81f04c1

Browse files
🌱 Update Golang Dependencies group to v0.27.0 [SECURITY]
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/oauth2 | v0.24.0 | v0.27.0 |
1 parent 7300a64 commit 81f04c1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/SovereignCloudStack/csctl
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.22.9
5+
toolchain go1.23.11
66

77
require (
88
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.5
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.8.1
1212
github.com/valyala/fasttemplate v1.2.2
1313
golang.org/x/mod v0.22.0
14-
golang.org/x/oauth2 v0.24.0
14+
golang.org/x/oauth2 v0.27.0
1515
gopkg.in/src-d/go-git.v4 v4.13.1
1616
gopkg.in/yaml.v3 v3.0.1
1717
helm.sh/helm/v3 v3.16.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
460460
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
461461
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
462462
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
463-
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
464-
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
463+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
464+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
465465
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
466466
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
467467
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/oauth2/oauth2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/pkce.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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ golang.org/x/net/idna
505505
golang.org/x/net/internal/socks
506506
golang.org/x/net/proxy
507507
golang.org/x/net/websocket
508-
# golang.org/x/oauth2 v0.24.0
509-
## explicit; go 1.18
508+
# golang.org/x/oauth2 v0.27.0
509+
## explicit; go 1.23.0
510510
golang.org/x/oauth2
511511
golang.org/x/oauth2/internal
512512
# golang.org/x/sync v0.8.0

0 commit comments

Comments
 (0)