@@ -4,11 +4,12 @@ go 1.20
|
||||
|
||||
require (
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
go.uber.org/mock v0.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.10.9 // indirect
|
||||
github.com/samber/lo v1.38.1 // indirect
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/samber/lo v1.38.1
|
||||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user