mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-16 14:50:42 +08:00
10 lines
203 B
Modula-2
10 lines
203 B
Modula-2
module github.com/lddsb/drone-dingtalk-message
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/lddsb/dingtalk-webhook v0.0.0-20190307231412-b4abe34b5fa9
|
|
github.com/urfave/cli v1.20.0
|
|
)
|