From 0a9e73ce9109a4226d419ef4d54d98952a44c868 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:28:12 +0000 Subject: [PATCH] fix(deps): Update com_github_gflags_gflags digest to 8f30ebf --- vendor/cel.dev/expr/WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/cel.dev/expr/WORKSPACE b/vendor/cel.dev/expr/WORKSPACE index b6dc9ed6730..6bc54a1a22c 100644 --- a/vendor/cel.dev/expr/WORKSPACE +++ b/vendor/cel.dev/expr/WORKSPACE @@ -55,11 +55,11 @@ http_archive( # gflags http_archive( name = "com_github_gflags_gflags", - sha256 = "6e16c8bc91b1310a44f3965e616383dbda48f83e8c1eaa2370a215057b00cabe", - strip_prefix = "gflags-77592648e3f3be87d6c7123eb81cbad75f9aef5a", + sha256 = "783ee641aeab481d82670007db153a3061e140b8388dc499d07005b1e57991a8", + strip_prefix = "gflags-8f30ebfb2b206a8bd3a97ffe3b59009a952343e6", urls = [ - "https://mirror.bazel.build/github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a.tar.gz", - "https://github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a.tar.gz", + "https://mirror.bazel.build/github.com/gflags/gflags/archive/8f30ebfb2b206a8bd3a97ffe3b59009a952343e6.tar.gz", + "https://github.com/gflags/gflags/archive/8f30ebfb2b206a8bd3a97ffe3b59009a952343e6.tar.gz", ], )