mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-07-06 16:02:58 +08:00
e9aea90aac
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.20.0 to 1.22.2. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.20.0...v1.22.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.22.2
|
|
)
|