chore: bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#129)

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

---
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-05-13 20:25:37 +08:00
committed by GitHub
parent 807481eb7f
commit a291635edd
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.34.0
google.golang.org/protobuf v1.34.1
modernc.org/sqlite v1.29.9
)