From 49d02de2486a81e4a18449088ff4faef9182a1d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:57:50 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.5 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index be99c17..0f8ce81 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.26.4 +go 1.26.5 require github.com/logrusorgru/aurora/v4 v4.0.0