From 4c2b5ce057c865a1beb46a911294d42510320c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:54:55 +0000 Subject: [PATCH] chore(deps): bump github.com/grokify/structured-changelog Bumps [github.com/grokify/structured-changelog](https://github.com/grokify/structured-changelog) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/grokify/structured-changelog/releases) - [Changelog](https://github.com/grokify/structured-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/grokify/structured-changelog/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: github.com/grokify/structured-changelog dependency-version: 0.13.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 d069fd7..1490086 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-github/v84 v84.0.0 github.com/grokify/gogithub v0.10.0 github.com/grokify/mogo v0.73.3 - github.com/grokify/structured-changelog v0.12.0 + github.com/grokify/structured-changelog v0.13.0 github.com/spf13/cobra v1.10.2 ) diff --git a/go.sum b/go.sum index a53691e..ebd5f47 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/grokify/gogithub v0.10.0 h1:J7B+O/JnijL7gqkgbw4w5RUVzZ3jAoLeMmDBonOkz github.com/grokify/gogithub v0.10.0/go.mod h1:U73Cx/xUx1C0ci3r2Oah3dVCSbnA9zYqtUH1YfmXn7Y= github.com/grokify/mogo v0.73.3 h1:icEi2mTd5MyWKG1osinpkFmjr1dFuyOBzdSKLyeq4DQ= github.com/grokify/mogo v0.73.3/go.mod h1:dq1YdL7IkcA6B8uAFGbKsReX9GWAunIyjl+cTNAenc0= -github.com/grokify/structured-changelog v0.12.0 h1:vWAWDW8lPYxbgSFFAlO/SPouJDUyKIg/3f5po217u3g= -github.com/grokify/structured-changelog v0.12.0/go.mod h1:l4Wgkg1mvUjfKigiiMalH1FTuIDOgMPSb3vjAu1gPpY= +github.com/grokify/structured-changelog v0.13.0 h1:Yy/QqpxS0ARQmuRyAuHU2FrcWLOe+wf31Jva5Jows0o= +github.com/grokify/structured-changelog v0.13.0/go.mod h1:l4Wgkg1mvUjfKigiiMalH1FTuIDOgMPSb3vjAu1gPpY= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=