From 0b0737deddea6bb2595e91d0708ebf1edeb054cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:41:24 +0000 Subject: [PATCH] chore: update go module directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e117ad..e8c1840 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/menzerath/mcgen -go 1.26.3 +go 1.26.4 require ( github.com/fogleman/gg v1.3.0