module github.com/appleboy/drone-telegram go 1.16 require ( github.com/drone/drone-template-lib v1.0.0 github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible github.com/joho/godotenv v1.3.0 github.com/stretchr/testify v1.7.0 github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/urfave/cli v1.22.5 )