From a794898c33c38c3c4022345674b8d679758b9381 Mon Sep 17 00:00:00 2001 From: Fuyao Date: Mon, 3 Nov 2025 10:30:18 +0800 Subject: [PATCH] =?UTF-8?q?go=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 15f07f2..0667b7e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.whblueocean.cn/blueocean-go/response -go 1.25.3 +go 1.18 require ( github.com/gin-gonic/gin v1.11.0