File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414### Dependencies:
1515- dep(go.mod): upgrade go-fastly from v9 to v10 [ #1448 ] ( https://github.com/fastly/cli/pull/1448 )
16+ - build(deps): ` golang.org/x/oauth2 ` from 0.28.0 to 0.29.0 ([ #1451 ] ( https://github.com/fastly/cli/pull/1451 ) )
1617- build(deps): ` actions/create-github-app-token ` from 1 to 2 ([ #1449 ] ( https://github.com/fastly/cli/pull/1449 ) )
1718
1819## [ v11.1.0] ( https://github.com/fastly/cli/releases/tag/v11.1.0 ) (2025-03-27)
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ require (
7373 github.com/ulikunitz/xz v0.5.12 // indirect
7474 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
7575 golang.org/x/net v0.37.0 // indirect
76- golang.org/x/oauth2 v0.28 .0 // indirect
76+ golang.org/x/oauth2 v0.29 .0 // indirect
7777 golang.org/x/sync v0.12.0 // indirect
7878 golang.org/x/text v0.23.0
7979 gopkg.in/yaml.v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
167167golang.org/x/net v0.10.0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
168168golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
169169golang.org/x/net v0.37.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
170- golang.org/x/oauth2 v0.28 .0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
171- golang.org/x/oauth2 v0.28 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
170+ golang.org/x/oauth2 v0.29 .0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98 =
171+ golang.org/x/oauth2 v0.29 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
172172golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
173173golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
174174golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments