Upgrade dependencies

Added tests, revised logging

Removed dependency on env file

Try reformatting unit file

Comments clarification

Added readme

Added readme
This commit is contained in:
HugeFrog24
2024-10-22 20:07:06 +02:00
parent c8af457af1
commit d8d0da4704
22 changed files with 420 additions and 156 deletions

2
go.mod Normal file → Executable file
View File

@@ -3,7 +3,7 @@ module github.com/HugeFrog24/go-telegram-bot
go 1.23
require (
github.com/go-telegram/bot v1.9.0
github.com/go-telegram/bot v1.9.1
github.com/joho/godotenv v1.5.1
github.com/liushuangls/go-anthropic/v2 v2.8.1
golang.org/x/time v0.7.0