From e7a877c90c511b240c782020f9f4860681a8eedf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:15:51 +0000 Subject: [PATCH] chore: update go module directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 95a4a10..3ed775c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/menzerath/mcgen -go 1.26.2 +go 1.26.3 require ( github.com/fogleman/gg v1.3.0