mirror of
https://github.com/tucnak/telebot
synced 2024-11-11 01:10:39 +00:00
9 lines
154 B
Modula-2
9 lines
154 B
Modula-2
module github.com/tucnak/telebot/examples/awslambdaechobot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-lambda-go v1.17.0
|
|
gopkg.in/tucnak/telebot.v2 v2.3.1
|
|
)
|