bump go protobuf to 1.36.5

This commit is contained in:
Laurent Perron
2025-05-20 14:44:52 +02:00
parent 45d24e2bd7
commit cf96d6b9f3
2 changed files with 2 additions and 4 deletions

View File

@@ -152,8 +152,8 @@ go_deps.module(
)
go_deps.module(
path = "google.golang.org/protobuf",
sum = "h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=",
version = "v1.34.2",
sum = "h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=",
version = "v1.36.5",
)
go_deps.module(
path = "golang.org/x/xerrors",