From 4f8445fc812c2d28aaf5bbf1d0bb9cfb236ad5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:29:12 +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.36.3 to 1.36.4 --- 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 2b61c71..4ab5ec8 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.23 -require google.golang.org/protobuf v1.36.3 +require google.golang.org/protobuf v1.36.4 diff --git a/tspb_cast/go.sum b/tspb_cast/go.sum index be0e561..f2c9c92 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.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU= -google.golang.org/protobuf v1.36.3/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= +google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM= +google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=