From 4d77c56f3b2608ad448c412257f29a2b63744e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:34:39 +0000 Subject: [PATCH] chore: update dependency go to v1.25.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 95a998a..df4f5a2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/menzerath/mcgen -go 1.25.6 +go 1.25.7 require ( github.com/ansrivas/fiberprometheus/v2 v2.15.0