Skip to content

Commit e6e9793

Browse files
upgraded golang.org/x/oauth2 v0.25.0 => v0.28.0
1 parent efe3a9a commit e6e9793

File tree

10 files changed

+40
-69
lines changed

10 files changed

+40
-69
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/docker/docker-credential-helpers v0.8.2 // indirect
9090
github.com/docker/go-connections v0.5.0 // indirect
9191
github.com/docker/go-units v0.5.0 // indirect
92-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
92+
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
9393
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
9494
github.com/fatih/color v1.18.0 // indirect
9595
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -162,7 +162,7 @@ require (
162162
golang.org/x/crypto v0.33.0 // indirect
163163
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
164164
golang.org/x/mod v0.23.0 // indirect
165-
golang.org/x/oauth2 v0.25.0 // indirect
165+
golang.org/x/oauth2 v0.28.0 // indirect
166166
golang.org/x/sys v0.30.0 // indirect
167167
golang.org/x/term v0.29.0 // indirect
168168
golang.org/x/text v0.22.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,8 +1449,8 @@ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3
14491449
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
14501450
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
14511451
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
1452-
github.com/emicklei/go-restful/v3 v3.12.1 h1:PJMDIM/ak7btuL8Ex0iYET9hxM3CI2sjZtzpL63nKAU=
1453-
github.com/emicklei/go-restful/v3 v3.12.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
1452+
github.com/emicklei/go-restful/v3 v3.11.2 h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=
1453+
github.com/emicklei/go-restful/v3 v3.11.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
14541454
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
14551455
github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34=
14561456
github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI=
@@ -2230,6 +2230,8 @@ golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2
22302230
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
22312231
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
22322232
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
2233+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
2234+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
22332235
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22342236
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
22352237
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

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

vendor/github.com/emicklei/go-restful/v3/README.md

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

vendor/github.com/emicklei/go-restful/v3/compress.go

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

vendor/github.com/emicklei/go-restful/v3/curly.go

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

vendor/github.com/emicklei/go-restful/v3/jsr311.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/oauth2.go

Lines changed: 6 additions & 2 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ github.com/docker/go-connections/tlsconfig
235235
# github.com/docker/go-units v0.5.0
236236
## explicit
237237
github.com/docker/go-units
238-
# github.com/emicklei/go-restful/v3 v3.12.1
238+
# github.com/emicklei/go-restful/v3 v3.11.2
239239
## explicit; go 1.13
240240
github.com/emicklei/go-restful/v3
241241
github.com/emicklei/go-restful/v3/log
@@ -788,8 +788,8 @@ golang.org/x/net/internal/timeseries
788788
golang.org/x/net/proxy
789789
golang.org/x/net/trace
790790
golang.org/x/net/websocket
791-
# golang.org/x/oauth2 v0.25.0
792-
## explicit; go 1.18
791+
# golang.org/x/oauth2 v0.28.0
792+
## explicit; go 1.23.0
793793
golang.org/x/oauth2
794794
golang.org/x/oauth2/internal
795795
# golang.org/x/sync v0.11.0

0 commit comments

Comments
 (0)