From 6fab3a727b29b0730c152d57385cb2ded64e5a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:35:23 +0000 Subject: [PATCH] Bump github.com/gemaraproj/go-gemara from 0.4.0 to 0.5.0 in /cmd Bumps [github.com/gemaraproj/go-gemara](https://github.com/gemaraproj/go-gemara) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/gemaraproj/go-gemara/releases) - [Commits](https://github.com/gemaraproj/go-gemara/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/gemaraproj/go-gemara dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cmd/go.mod | 2 +- cmd/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/go.mod b/cmd/go.mod index bea4d75..56efe1a 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/defenseunicorns/go-oscal v0.7.0 - github.com/gemaraproj/go-gemara v0.4.0 + github.com/gemaraproj/go-gemara v0.5.0 github.com/goccy/go-yaml v1.19.2 github.com/spf13/cobra v1.10.2 ) diff --git a/cmd/go.sum b/cmd/go.sum index 50a9a8b..1428172 100644 --- a/cmd/go.sum +++ b/cmd/go.sum @@ -6,8 +6,8 @@ github.com/defenseunicorns/go-oscal v0.7.0 h1:Ji9Yw3zEkbUfKZ8Gotoi9ExjUV/h3jmFLJ github.com/defenseunicorns/go-oscal v0.7.0/go.mod h1:OPuLRz6v7qhSaKIUgr+bK6ykhYq7FpZozSn2cVZJhMs= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/gemaraproj/go-gemara v0.4.0 h1:zyn7bJiqAitrRBCDlMYVLb8C1XhDWG2wI0j+pHad3HA= -github.com/gemaraproj/go-gemara v0.4.0/go.mod h1:knXQmQ4f7vB18eb6TcUCP2A3dqQpn+oZdyz74Qe1+ac= +github.com/gemaraproj/go-gemara v0.5.0 h1:sKDj3R7fX8tdlksShWGCLUl/sLvo+tGh1xAFs1JaoHU= +github.com/gemaraproj/go-gemara v0.5.0/go.mod h1:knXQmQ4f7vB18eb6TcUCP2A3dqQpn+oZdyz74Qe1+ac= github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM= github.com/goccy/go-yaml v1.19.2/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=