From 8923494c69d1a3a90960ad73ded9df8704a413dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:45:33 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.7 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index c104867..c34e09f 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.25.6 +go 1.25.7 require github.com/logrusorgru/aurora/v4 v4.0.0