2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-15 23:25:56 +08:00

build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#971)

Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-19 07:37:13 +03:00
committed by GitHub
parent 12cbba4926
commit 1c7195ff1a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
go.uber.org/goleak v1.3.0
golang.org/x/sys v0.27.0
golang.org/x/time v0.8.0
google.golang.org/protobuf v1.35.1
google.golang.org/protobuf v1.35.2
)
require (