Skip to content

Commit 25f0931

Browse files
chore(deps): update module golang.org/x/oauth2 to v0.36.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ecdb544 commit 25f0931

5 files changed

Lines changed: 129 additions & 17 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hybrid-cloud-patterns/patterns-operator
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
code.gitea.io/sdk/gitea v0.23.2
@@ -179,7 +179,7 @@ require (
179179
go.yaml.in/yaml/v3 v3.0.4 // indirect
180180
golang.org/x/mod v0.32.0 // indirect
181181
golang.org/x/net v0.49.0 // indirect
182-
golang.org/x/oauth2 v0.34.0 // indirect
182+
golang.org/x/oauth2 v0.36.0 // indirect
183183
golang.org/x/sync v0.19.0 // indirect
184184
golang.org/x/sys v0.40.0 // indirect
185185
golang.org/x/term v0.39.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
559559
golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws=
560560
golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o=
561561
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
562-
golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw=
563-
golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
562+
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
563+
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
564564
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
565565
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
566566
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

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

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

Lines changed: 2 additions & 1 deletion
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
@@ -885,8 +885,8 @@ golang.org/x/net/internal/httpcommon
885885
golang.org/x/net/internal/socks
886886
golang.org/x/net/proxy
887887
golang.org/x/net/websocket
888-
# golang.org/x/oauth2 v0.34.0
889-
## explicit; go 1.24.0
888+
# golang.org/x/oauth2 v0.36.0
889+
## explicit; go 1.25.0
890890
golang.org/x/oauth2
891891
golang.org/x/oauth2/authhandler
892892
golang.org/x/oauth2/google

0 commit comments

Comments
 (0)