From 408276d0daede85c709008f05fb69142cec1620f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:54:03 +0000 Subject: [PATCH] chore(deps): bump github.com/gemaraproj/go-gemara from 0.5.0 to 0.6.0 Bumps [github.com/gemaraproj/go-gemara](https://github.com/gemaraproj/go-gemara) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/gemaraproj/go-gemara/releases) - [Commits](https://github.com/gemaraproj/go-gemara/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/gemaraproj/go-gemara dependency-version: 0.6.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 146af15..83dbd43 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26 require ( cuelang.org/go v0.16.1 - github.com/gemaraproj/go-gemara v0.5.0 + github.com/gemaraproj/go-gemara v0.6.0 github.com/goccy/go-yaml v1.19.2 github.com/modelcontextprotocol/go-sdk v1.6.1 github.com/onsi/ginkgo/v2 v2.29.0 diff --git a/go.sum b/go.sum index 7d6fe28..90e7ab3 100644 --- a/go.sum +++ b/go.sum @@ -51,8 +51,8 @@ github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uh github.com/gdamore/encoding v1.0.1/go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo= github.com/gdamore/tcell v1.4.0 h1:vUnHwJRvcPQa3tzi+0QI4U9JINXYJlOz9yiaiPQ2wMU= github.com/gdamore/tcell v1.4.0/go.mod h1:vxEiSDZdW3L+Uhjii9c3375IlDmR05bzxY404ZVSMo0= -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/gemaraproj/go-gemara v0.6.0 h1:UvmPgRTK4U6C9Z/PhAvVIbjlnvU1IRTSneE/t4PWPks= +github.com/gemaraproj/go-gemara v0.6.0/go.mod h1:knXQmQ4f7vB18eb6TcUCP2A3dqQpn+oZdyz74Qe1+ac= github.com/gkampitakis/ciinfo v0.3.2 h1:JcuOPk8ZU7nZQjdUhctuhQofk7BGHuIy0c9Ez8BNhXs= github.com/gkampitakis/ciinfo v0.3.2/go.mod h1:1NIwaOcFChN4fa/B0hEBdAb6npDlFL8Bwx4dfRLRqAo= github.com/gkampitakis/go-diff v1.3.2 h1:Qyn0J9XJSDTgnsgHRdz9Zp24RaJeKMUHg2+PDZZdC4M=