mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-04 18:33:48 +08:00
8d0434b308
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.2 to 1.22.3. - [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.22.2...v1.22.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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.4
|
|
github.com/urfave/cli v1.22.3
|
|
)
|