first commit

This commit is contained in:
ZennDev1337 2024-04-04 14:21:09 +02:00
commit 07393f57d3
10 changed files with 194 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module Karma-Telegram-Bot
go 1.22
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
)