drone-telegram/go.mod

15 lines
425 B
Modula-2
Raw Normal View History

2019-02-16 18:39:20 +03:00
module github.com/appleboy/drone-telegram
2019-03-24 17:07:18 +03:00
go 1.11
2019-02-16 18:39:20 +03:00
require (
2019-10-11 15:51:40 +03:00
github.com/drone/drone-template-lib v1.0.0
2019-02-16 18:39:20 +03:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.3.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/urfave/cli v1.20.0
gopkg.in/telegram-bot-api.v4 v4.6.4
gopkg.in/yaml.v2 v2.2.2 // indirect
)