From 34be926f037fcf9193e4b2a6805093cf9af429b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:55:27 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index d6a2b65..4e11f3c 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.23.4 +go 1.23.6 require github.com/logrusorgru/aurora/v4 v4.0.0