mirror of
https://github.com/Neur0toxine/simla-bot-quickreplies-test.git
synced 2024-11-23 21:36:08 +03:00
12 lines
311 B
Modula-2
12 lines
311 B
Modula-2
|
module bot-quick-replies
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/google/go-querystring v1.1.0 // indirect
|
||
|
github.com/gorilla/websocket v1.4.2 // indirect
|
||
|
github.com/joho/godotenv v1.4.0 // indirect
|
||
|
github.com/retailcrm/api-client-go v1.3.8 // indirect
|
||
|
github.com/retailcrm/mg-bot-api-client-go v1.2.9 // indirect
|
||
|
)
|