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