mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-04 18:33:48 +08:00
10 lines
175 B
Modula-2
10 lines
175 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.1
|
|
github.com/urfave/cli v1.20.0
|
|
)
|