chore: bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#104)

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.

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

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-05-06 21:38:06 +08:00
committed by GitHub
parent 2efdec60fe
commit 90e7e48f66
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -78,6 +78,6 @@ require (
golang.org/x/mod v0.17.0
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.34.0
modernc.org/sqlite v1.29.8
)