From 2c4e1d9c287566e9564b4e9a922abda3fc8d17b4 Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Sat, 5 Apr 2025 17:46:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E4=BD=8E=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4a57766..e8603dc 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/shadow1ng/fscan -go 1.22 - -toolchain go1.23.3 +go 1.20 require ( github.com/IBM/sarama v1.43.3