From 7a48fa07347eefb1d7f59bb47376292a95c24590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:51:39 +0000 Subject: [PATCH] Bump github.com/keenbytes/broccli/v3 from 3.0.2 to 3.2.0 Bumps [github.com/keenbytes/broccli/v3](https://github.com/keenbytes/broccli) from 3.0.2 to 3.2.0. - [Commits](https://github.com/keenbytes/broccli/compare/v3.0.2...v3.2.0) --- updated-dependencies: - dependency-name: github.com/keenbytes/broccli/v3 dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b3069c9..d2a86f6 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/keenbytes/octo-linter/v2 go 1.24.0 require ( - github.com/keenbytes/broccli/v3 v3.0.2 + github.com/keenbytes/broccli/v3 v3.2.0 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index c0442f8..83e39f9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/keenbytes/broccli/v3 v3.0.2 h1:Ku2cSlidQP0nkijZXn6RTCFYhfyJazfpd4uKV79QU3M= -github.com/keenbytes/broccli/v3 v3.0.2/go.mod h1:GrehVrqIcoLfQI167buiqhOM0G4XtoMsxFLcvOnHa/E= +github.com/keenbytes/broccli/v3 v3.2.0 h1:cRSeDraRcJrku53A9kLki4OLjKqoGbTfnI6WzypufsY= +github.com/keenbytes/broccli/v3 v3.2.0/go.mod h1:GrehVrqIcoLfQI167buiqhOM0G4XtoMsxFLcvOnHa/E= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=