From f27daaa5a0ebdfd5872b0b1fe56f09c9017dcfe7 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Tue, 2 Sep 2025 01:29:25 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=99=8D=E7=BA=A7Go=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B01.20.14=E5=85=BC=E5=AE=B9=E6=80=A7=E8=A6=81=E6=B1=82?= 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 a48668b..183b8b0 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/shadow1ng/fscan -go 1.22 - -toolchain go1.22.2 +go 1.20 require ( github.com/IBM/sarama v1.43.3