From ff00bb140ee738e3b802d77f07f9098924f3de6a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 11 Oct 2025 20:59:20 +0500 Subject: feat: database --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ee0f926..cd063f5 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,8 @@ module ilotterytea/tinystats go 1.22.2 -require github.com/gempir/go-twitch-irc v1.1.0 // indirect +require ( + filippo.io/edwards25519 v1.1.0 // indirect + github.com/gempir/go-twitch-irc v1.1.0 // indirect + github.com/go-sql-driver/mysql v1.9.3 // indirect +) -- cgit v1.2.3