butler/go.mod

16 lines
311 B
Modula-2
Raw Normal View History

2023-08-13 06:56:32 +00:00
module git.3crabs.ru/VLADIMIR/butler
go 1.20
2023-08-13 08:36:27 +00:00
2023-08-13 13:22:15 +00:00
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
2023-08-13 18:45:23 +00:00
github.com/joho/godotenv v1.5.1
2023-08-13 13:22:15 +00:00
go.uber.org/mock v0.2.0
)
require (
2023-08-13 18:45:23 +00:00
github.com/lib/pq v1.10.9
github.com/samber/lo v1.38.1
2023-08-13 13:22:15 +00:00
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
)