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