first commit
This commit is contained in:
commit
07393f57d3
10 changed files with 194 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue