Skip to content

Commit

Permalink
mod: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
demget committed Jun 13, 2020
1 parent c602a3d commit 1a9d4b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 274 deletions.
9 changes: 3 additions & 6 deletions examples/awslambdaechobot/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module gopkg.in/tucnak/telebot.v2/examples/awslambdaechobot
module github.com/tucnak/telebot/examples/awslambdaechobot

go 1.14

require (
github.com/aws/aws-lambda-go v1.16.0
github.com/yi-jiayu/terraform-provider-telegram v0.1.1 // indirect
gopkg.in/tucnak/telebot.v2 v2.0.0-00010101000000-000000000000
github.com/aws/aws-lambda-go v1.17.0
gopkg.in/tucnak/telebot.v2 v2.3.1
)

replace gopkg.in/tucnak/telebot.v2 => ../..
Loading

0 comments on commit 1a9d4b1

Please sign in to comment.