mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
11 lines
228 B
Modula-2
11 lines
228 B
Modula-2
module github.com/drone-plugins/drone-webhook
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
github.com/drone/drone-template-lib v1.0.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
)
|