From 09fffe91dc5c26f1d106cd4c9664be23b6b05cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:36:44 +0000 Subject: [PATCH] fix(deps): update module go.rgst.io/stencil/v2 to v2.11.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 11bc2d4..e81267c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.0 require ( github.com/google/go-github/v74 v74.0.0 github.com/jaredallard/vcs v0.5.6 - go.rgst.io/stencil/v2 v2.7.0 + go.rgst.io/stencil/v2 v2.11.0 gotest.tools/v3 v3.5.2 )