From dc70232d54414cb49c0dfc7d8e698a47d46e27cf Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Sun, 7 Aug 2022 04:35:00 +0200 Subject: [PATCH] cleanup --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 61be804..b67291e 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/lyx0/nourybot -go 1.17 +go 1.19 require ( - github.com/gempir/go-twitch-irc/v3 v3.1.0 + github.com/gempir/go-twitch-irc/v3 v3.2.0 github.com/joho/godotenv v1.4.0 go.uber.org/zap v1.21.0 )