Skip to content

Commit

Permalink
Bump goa.design/goa/v3 from 3.10.0 to 3.10.1 (#60)
Browse files Browse the repository at this point in the history
* Bump goa.design/goa/v3 from 3.10.0 to 3.10.1

Bumps [goa.design/goa/v3](https://github.com/goadesign/goa) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/goadesign/goa/releases)
- [Changelog](https://github.com/goadesign/goa/blob/v3/RELEASE.md)
- [Commits](goadesign/goa@v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: goa.design/goa/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update

* goa gen

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ikawaha <ikawaha@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ikawaha authored Oct 13, 2022
1 parent 5b73b6b commit 97ae482
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 21 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/goa-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- run: make goa_gen
- uses: stefanzweifel/git-auto-commit-action@v4
- name: goa gen
run: |
make goa_gen
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: goa gen
branch: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/ikawaha/httpcheck v1.7.0
goa.design/goa/v3 v3.10.0
goa.design/goa/v3 v3.10.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
goa.design/goa/v3 v3.10.0 h1:LlvLucIfn7XSru3FN9ZZqnJVnSwhHaysVpbIbkMsrYk=
goa.design/goa/v3 v3.10.0/go.mod h1:TifRVfpRkwZvxOj01AadrsaTMuTCHVE1NnXoQT2g0cs=
goa.design/goa/v3 v3.10.1 h1:dKGp4GqnWnqwh6mKv5acFnQeZXBbHhrHX6h+a0AI3/E=
goa.design/goa/v3 v3.10.1/go.mod h1:TifRVfpRkwZvxOj01AadrsaTMuTCHVE1NnXoQT2g0cs=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
2 changes: 1 addition & 1 deletion testdata/gen/calc/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/calc/endpoints.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/calc/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/client/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/client/encode_decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/client/paths.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/client/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/server/encode_decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/server/paths.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/server/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/calc/server/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/gen/http/cli/calc/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ikawaha/goahttpcheck => ../

require (
github.com/ikawaha/goahttpcheck v0.0.0-00010101000000-000000000000
goa.design/goa/v3 v3.10.0
goa.design/goa/v3 v3.10.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions testdata/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea h1:CyhwejzVGvZ3Q2PSbQ4NRRYn+ZWv5eS1vlaEusT+bAI=
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea/go.mod h1:eNr558nEUjP8acGw8FFjTeWvSgU1stO7FAO6eknhHe4=
goa.design/goa/v3 v3.10.0 h1:LlvLucIfn7XSru3FN9ZZqnJVnSwhHaysVpbIbkMsrYk=
goa.design/goa/v3 v3.10.0/go.mod h1:TifRVfpRkwZvxOj01AadrsaTMuTCHVE1NnXoQT2g0cs=
goa.design/goa/v3 v3.10.1 h1:dKGp4GqnWnqwh6mKv5acFnQeZXBbHhrHX6h+a0AI3/E=
goa.design/goa/v3 v3.10.1/go.mod h1:TifRVfpRkwZvxOj01AadrsaTMuTCHVE1NnXoQT2g0cs=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 h1:AzgQNqF+FKwyQ5LbVrVqOcuuFB67N47F9+htZYH0wFM=
Expand Down

0 comments on commit 97ae482

Please sign in to comment.