From 77c84f5ebb12359eaa33c59af5b13d74ed1d4d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:34:03 +0000 Subject: [PATCH] Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 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] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 471df6c..22cf7b5 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/pangum/logging v0.1.9 github.com/pangum/pangu v0.3.0 github.com/vmihailenco/msgpack/v5 v5.4.1 - google.golang.org/protobuf v1.34.0 + google.golang.org/protobuf v1.34.1 ) require (