mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 10:15:11 +08:00
18 lines
440 B
Modula-2
18 lines
440 B
Modula-2
module github.com/drone-plugins/drone-webhook
|
|
|
|
require (
|
|
github.com/drone/drone-template-lib v0.0.0-20181004051823-4019baa6c594
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
)
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1 // indirect
|
|
github.com/aymerick/raymond v2.0.2+incompatible // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/tkuchiki/faketime v0.1.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|
|
|
|
go 1.20
|