From f6338abfd10ae0a486c800c8794b3b656cdf1b1f Mon Sep 17 00:00:00 2001 From: Vadim Aleksandrov Date: Mon, 15 Jul 2024 16:27:43 +0300 Subject: [PATCH] chore(golang): update go dependencies --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index d7d5384..da56295 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.14 +go 1.22 require github.com/logrusorgru/aurora v2.0.3+incompatible