Skip to content

Commit 1ed4c70

Browse files
raphaelclaude
andauthored
Update dependencies across all modules (#177)
Updated protocol buffer generated files and Go module dependencies for all example projects. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent c264207 commit 1ed4c70

File tree

32 files changed

+39
-47
lines changed

32 files changed

+39
-47
lines changed

basic/gen/grpc/calc/pb/goagen_basic_calc.pb.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.

basic/gen/grpc/calc/pb/goagen_basic_calc_grpc.pb.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.

basic/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module goa.design/examples/basic
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.24.2
64

75
require (
86
goa.design/clue v1.1.1

cellar/gen/grpc/sommelier/pb/goagen_cellar_sommelier.pb.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.

cellar/gen/grpc/sommelier/pb/goagen_cellar_sommelier_grpc.pb.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.

cellar/gen/grpc/storage/pb/goagen_cellar_storage.pb.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.

cellar/gen/grpc/storage/pb/goagen_cellar_storage_grpc.pb.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.

cellar/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module goa.design/examples/cellar
22

3-
go 1.24.0
3+
go 1.24.2
44

55
toolchain go1.24.5
66

concerts/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module goa.design/examples/concerts
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.24.2
64

75
require (
86
github.com/google/uuid v1.6.0

cookies/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module goa.design/examples/cookies
22

3-
go 1.24.0
3+
go 1.24.2
44

55
toolchain go1.24.5
66

0 commit comments

Comments
 (0)