mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 10:14:50 +08:00
feat: replace vendor with go module
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module github.com/appleboy/drone-telegram
|
||||
|
||||
require (
|
||||
github.com/appleboy/drone-facebook v1.4.0
|
||||
github.com/aymerick/raymond v2.0.2+incompatible // indirect
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user