mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-04 10:23:48 +08:00
4db9815ece
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.14 to 1.22.15. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.22.14...v1.22.15) --- updated-dependencies: - dependency-name: github.com/urfave/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
module github.com/lddsb/drone-dingtalk-message
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lddsb/dingtalk-webhook v0.0.5
|
|
github.com/urfave/cli v1.22.15
|
|
)
|