drone-telegram/go.mod

13 lines
372 B
Modula-2
Raw Normal View History

2019-02-16 18:39:20 +03:00
module github.com/appleboy/drone-telegram
2021-04-03 01:54:55 +03:00
go 1.16
2019-03-24 17:07:18 +03:00
2019-02-16 18:39:20 +03:00
require (
github.com/appleboy/drone-template-lib v1.0.1-0.20210703043441-92442f23f605
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
2021-03-20 08:00:05 +03:00
github.com/stretchr/testify v1.7.0
2019-02-16 18:39:20 +03:00
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2021-04-03 01:54:55 +03:00
github.com/urfave/cli v1.22.5
2019-02-16 18:39:20 +03:00
)