2019-02-16 18:39:20 +03:00
|
|
|
module github.com/appleboy/drone-telegram
|
|
|
|
|
2020-10-03 11:19:54 +03:00
|
|
|
go 1.15
|
2019-03-24 17:07:18 +03:00
|
|
|
|
2019-02-16 18:39:20 +03:00
|
|
|
require (
|
2020-10-03 04:54:38 +03:00
|
|
|
github.com/drone/drone-template-lib v1.0.1-0.20200922172814-d25f0a0b9a0e
|
2020-10-03 03:21:57 +03:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2019-02-16 18:39:20 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-07-20 09:50:22 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-02-16 18:39:20 +03:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
)
|