ADD go module files

This commit is contained in:
maximo tejeda 2024-02-25 21:12:56 -04:00
parent 788707b163
commit e6258f9de2
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/maximotejeda/us_dop_bot
go 1.22.0
require github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 h1:wG8n/XJQ07TmjbITcGiUaOtXxdrINDz1b0J1w0SzqDc=
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1/go.mod h1:A2S0CWkNylc2phvKXWBBdD3K0iGnDBGbzRpISP2zBl8=