From bb89dd8b34b6f37b77761b1af9883770e613bded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:57:47 +0000 Subject: [PATCH] chore(deps): bump github.com/grokify/mogo from 0.74.2 to 0.74.4 Bumps [github.com/grokify/mogo](https://github.com/grokify/mogo) from 0.74.2 to 0.74.4. - [Release notes](https://github.com/grokify/mogo/releases) - [Changelog](https://github.com/grokify/mogo/blob/main/CHANGELOG.md) - [Commits](https://github.com/grokify/mogo/compare/v0.74.2...v0.74.4) --- updated-dependencies: - dependency-name: github.com/grokify/mogo dependency-version: 0.74.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 82da8c2..9174cca 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.0 require ( github.com/google/go-github/v84 v84.0.0 github.com/grokify/gogithub v0.12.1 - github.com/grokify/mogo v0.74.2 + github.com/grokify/mogo v0.74.4 github.com/grokify/structured-changelog v0.14.0 github.com/spf13/cobra v1.10.2 ) diff --git a/go.sum b/go.sum index 5750714..f484c29 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfh github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= github.com/grokify/gogithub v0.12.1 h1:sCSq/1uX4j0REliYPVOdwsb/tfLs72JOEyn/uP2SeDg= github.com/grokify/gogithub v0.12.1/go.mod h1:jM23QcxP8IcBSC4oOgcchp+1ckPcZKYlaohnOsJ6Ewg= -github.com/grokify/mogo v0.74.2 h1:sEuHSkp8W0b5WQNTrfX00nC4FtBa1Xk59sHba7HPo3M= -github.com/grokify/mogo v0.74.2/go.mod h1:s3vcTH43UicVMGkf6bm5hXzXqjuM1CB9MtyQ4+3wIIw= +github.com/grokify/mogo v0.74.4 h1:p4yEWyysrHCJvUedgIa1w5pBQKJIQR5h62rw5XhxUdg= +github.com/grokify/mogo v0.74.4/go.mod h1:/m/+CAawH0Tnqn8v1oOfaPsLlKO6F4wFiq83Y38cIq4= github.com/grokify/structured-changelog v0.14.0 h1:xOtiPkZ3uBMSjua7z6z2GoZXjZywj1sqprOYJ5+VCBo= github.com/grokify/structured-changelog v0.14.0/go.mod h1:JAiofuVX6wWAsd99qF3B1UXc1tJknlu99wZr3bgMCGs= github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=