From 69d2296b165481336408e9bab89c5ae0c2c3db85 Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 14 May 2024 21:59:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9golang=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 5e002bb..55dd572 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module gitea.timerzz.com/kedaya_haitao/coach-spider go 1.22.2 +toolchain go1.22.3 + require ( gitea.timerzz.com/kedaya_haitao/common v0.0.0-20240514123648-99c3e85dbc18 github.com/go-resty/resty/v2 v2.13.1