Skip to content

Commit 730abd6

Browse files
chore(deps): bump the goa group across 2 directories with 2 updates (#605)
Bumps the goa group with 1 update in the /cli directory: goa.design/goa/v3. Bumps the goa group with 2 updates in the /server directory: goa.design/goa/v3 and [goa.design/plugins/v3](https://github.com/goadesign/plugins). Updates `goa.design/goa/v3` from 3.22.3 to 3.22.6 Updates `goa.design/goa/v3` from 3.22.3 to 3.22.6 Updates `goa.design/goa/v3` from 3.22.3 to 3.22.6 Updates `goa.design/goa/v3` from 3.22.3 to 3.22.6 Updates `goa.design/plugins/v3` from 3.22.3 to 3.22.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/goadesign/plugins/commit/e53e3a63a591e8aa739cdc2aebd28c12f2d407cb"><code>e53e3a6</code></a> Release v3.22.6</li> <li><a href="https://github.com/goadesign/plugins/commit/11653fd0431fa69e85a7cce7577f346351bcefd4"><code>11653fd</code></a> docs: enhance plugin generation and expression handling (<a href="https://redirect.github.com/goadesign/plugins/issues/217">#217</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/ac97c49f972f655e52f59a920b37f58c1666588d"><code>ac97c49</code></a> Bump github.com/aws/aws-lambda-go from 1.49.0 to 1.50.0 (<a href="https://redirect.github.com/goadesign/plugins/issues/213">#213</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/99f325a819d03dff7a9b14e0ab392e6185fa2b3f"><code>99f325a</code></a> Add gRPC support to mains plugin (<a href="https://redirect.github.com/goadesign/plugins/issues/215">#215</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/11a756ce4efdc2e14c7a1ad177a3856fd1e0fa9e"><code>11a756c</code></a> Fix ScenarioRunner using methods without result generated by testing/codegen ...</li> <li><a href="https://github.com/goadesign/plugins/commit/5e177939b052c7627bfd695e8610dd382c3f2752"><code>5e17793</code></a> Add Protocol Buffer Message Generation to Types Plugin (<a href="https://redirect.github.com/goadesign/plugins/issues/211">#211</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/214ee0da18d17210654dfcda56cc3118b7f95162"><code>214ee0d</code></a> Bump CI to Go 1.25</li> <li><a href="https://github.com/goadesign/plugins/commit/ef3585bd8647cf17a7322baba6d15bc8029fb8c4"><code>ef3585b</code></a> feat(docs): update documentation generation and examples (<a href="https://redirect.github.com/goadesign/plugins/issues/212">#212</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/82d97782757ad16429a4ccd2d7b8759718c3b58f"><code>82d9778</code></a> Bump goa.design/goa/v3 from 3.22.3 to 3.22.5 (<a href="https://redirect.github.com/goadesign/plugins/issues/210">#210</a>)</li> <li><a href="https://github.com/goadesign/plugins/commit/c63381e406473c3c3e846516c5868fa650bf28d5"><code>c63381e</code></a> Fix Client methods without result generated by testing/codegen (<a href="https://redirect.github.com/goadesign/plugins/issues/208">#208</a>)</li> <li>Additional commits viewable in <a href="https://github.com/goadesign/plugins/compare/v3.22.3...v3.22.6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Georges Haidar <[email protected]>
1 parent 013e9ae commit 730abd6

File tree

276 files changed

+425
-822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+425
-822
lines changed

cli/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/urfave/cli/v2 v2.27.7
1616
go.opentelemetry.io/otel/trace v1.38.0
1717
go.yaml.in/yaml/v4 v4.0.0-rc.2
18-
goa.design/goa/v3 v3.22.3
18+
goa.design/goa/v3 v3.22.6
1919
)
2020

2121
require (
@@ -27,7 +27,7 @@ require (
2727
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2929
github.com/go-chi/chi/v5 v5.2.3 // indirect
30-
github.com/go-logfmt/logfmt v0.6.0 // indirect
30+
github.com/go-logfmt/logfmt v0.6.1 // indirect
3131
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
3232
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3333
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -41,7 +41,7 @@ require (
4141
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
4242
go.opentelemetry.io/otel v1.38.0 // indirect
4343
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
44-
golang.org/x/net v0.44.0 // indirect
45-
golang.org/x/sys v0.36.0 // indirect
44+
golang.org/x/net v0.46.0 // indirect
45+
golang.org/x/sys v0.37.0 // indirect
4646
gopkg.in/yaml.v3 v3.0.1 // indirect
4747
)

cli/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
2626
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
2727
github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
2828
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
29-
github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=
30-
github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
29+
github.com/go-logfmt/logfmt v0.6.1 h1:4hvbpePJKnIzH1B+8OR/JPbTx37NktoI9LE2QZBBkvE=
30+
github.com/go-logfmt/logfmt v0.6.1/go.mod h1:EV2pOAQoZaT1ZXZbqDl5hrymndi4SY9ED9/z6CO0XAk=
3131
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3232
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
3333
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
@@ -71,15 +71,15 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
7171
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
7272
go.yaml.in/yaml/v4 v4.0.0-rc.2 h1:/FrI8D64VSr4HtGIlUtlFMGsm7H7pWTbj6vOLVZcA6s=
7373
go.yaml.in/yaml/v4 v4.0.0-rc.2/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
74-
goa.design/goa/v3 v3.22.3 h1:OYC6j7j5zkHaJk+j78EL0tZ2PnlGj/70kPRuLNi/k80=
75-
goa.design/goa/v3 v3.22.3/go.mod h1:uoL/ToZDMYwpxy1UM946W8bFKz8wCBzXcqs3ZwrsUkw=
74+
goa.design/goa/v3 v3.22.6 h1:D2qDkAvdpf6ePr2iXKT+Ple5WDrjyes3iOfYD2yCpw0=
75+
goa.design/goa/v3 v3.22.6/go.mod h1:rhssEXxox3+sKnYp18hPNFCz65I4hLWHEtJKewoNJWk=
7676
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw=
7777
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394/go.mod h1:sIifuuw/Yco/y6yb6+bDNfyeQ/MdPUy/hKEMYQV17cM=
78-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
79-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
78+
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
79+
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
8080
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
81-
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
82-
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
81+
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
82+
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
8383
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
8484
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
8585
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

server/gen/about/client.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.

server/gen/about/endpoints.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.

server/gen/about/service.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.

server/gen/assets/client.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.

server/gen/assets/endpoints.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.

server/gen/assets/service.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.

server/gen/auth/client.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.

server/gen/auth/endpoints.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.

0 commit comments

Comments
 (0)