From 093e7e42c037686cde53db23471bd1216d12e4d7 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Tue, 19 Nov 2024 15:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= 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 33206b6..6b73da7 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/farseer-go/collections v0.15.0 github.com/farseer-go/fs v0.15.0 github.com/farseer-go/utils v0.15.0 - github.com/farseer-go/webapi v0.14.0 + github.com/farseer-go/webapi v0.15.0 github.com/robfig/cron/v3 v3.0.1 )