Files
plugin-drone-dingtalk/go.mod
T
dependabot[bot] 43222b966a build(deps): bump github.com/urfave/cli from 1.22.5 to 1.22.14
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.5 to 1.22.14.
- [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.5...v1.22.14)

---
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>
2024-04-13 18:09:19 +08:00

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.14
)