From bfa20cd8a184b2996257ee9c3886c5f5cc1b9661 Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:51:46 +0300 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1fdface5..9ef4461a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module x-ui -go 1.23.6 +go 1.24.0 require ( github.com/gin-contrib/gzip v1.2.2