mirror of
https://github.com/lddsb/drone-dingtalk-message.git
synced 2026-06-04 18:33:48 +08:00
cec9f81f52
Bumps [github.com/lddsb/dingtalk-webhook](https://github.com/lddsb/dingtalk-webhook) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/lddsb/dingtalk-webhook/releases) - [Commits](https://github.com/lddsb/dingtalk-webhook/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: github.com/lddsb/dingtalk-webhook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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.5
|
|
github.com/urfave/cli v1.22.5
|
|
)
|