From 27c248861497caa76a648812c4625cde5ea5cdc3 Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:47:03 +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 0ecf612e..e3c7a911 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module x-ui -go 1.23.4 +go 1.24.0 require ( github.com/gin-contrib/gzip v1.2.2