From 1a941c8d9a81ba38761352e281c94f2cd6373a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 05:18:54 +0000 Subject: [PATCH] Bump the go_modules group across 1 directory with 2 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/golang/glog](https://github.com/golang/glog) and google.golang.org/protobuf. Updates `github.com/golang/glog` from 0.0.0-20160126235308-23def4e6c14b to 1.2.4 - [Release notes](https://github.com/golang/glog/releases) - [Commits](https://github.com/golang/glog/commits/v1.2.4) Updates `google.golang.org/protobuf` from 1.25.1-0.20201020201750-d3470999428b to 1.33.0 --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-version: 1.2.4 dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1c21d96..fc164d9 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/antonmedv/expr v1.8.9 github.com/bufbuild/buf v0.31.1 github.com/bxcodec/faker/v3 v3.5.0 - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + github.com/golang/glog v1.2.4 github.com/google/cel-go v0.6.0 github.com/scylladb/go-set v1.0.2 - google.golang.org/protobuf v1.25.1-0.20201020201750-d3470999428b + google.golang.org/protobuf v1.33.0 )