From db93323d4f4da8d297a7f63d28628209e8129eb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:07:17 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 262a6fd..6dcd5b3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module vimbin go 1.21.0 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/gorilla/mux v1.8.1