This commit is contained in:
2024-12-26 20:04:36 +03:00
commit b6a0896de8
3 changed files with 164 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module paxpamir
go 1.23.1
require (
git.niplace.ru/XoxJlopeZi4BB/imageutils v0.0.0-20241224134015-2709034fc322
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
)