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