From 3ffc6d8ca4f95ade15a8123028f75ebfafb89e52 Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:52:55 +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 05ca1407..aa8fd232 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module x-ui -go 1.23.5 +go 1.23.6 require ( github.com/gin-contrib/gzip v1.2.2