From c80bc0837886726bbe3d1ec58c738c117a31b1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:46:43 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps the dependencies group in /tspb_cast with 1 update: google.golang.org/protobuf. Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- tspb_cast/go.mod | 2 +- tspb_cast/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tspb_cast/go.mod b/tspb_cast/go.mod index ae4e021..7750641 100644 --- a/tspb_cast/go.mod +++ b/tspb_cast/go.mod @@ -2,4 +2,4 @@ module github.com/88labs/go-utils/tspb_cast go 1.22 -require google.golang.org/protobuf v1.35.1 +require google.golang.org/protobuf v1.35.2 diff --git a/tspb_cast/go.sum b/tspb_cast/go.sum index 00c144d..6ee1a70 100644 --- a/tspb_cast/go.sum +++ b/tspb_cast/go.sum @@ -2,5 +2,5 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA= -google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= +google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io= +google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=