mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
69b094965b
This commit is doing a general refactoring of the current code base and it also integrates the new plugin lib.
17 lines
690 B
Modula-2
17 lines
690 B
Modula-2
module github.com/drone-plugins/drone-webhook
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1 // indirect
|
|
github.com/aymerick/raymond v2.0.2+incompatible // indirect
|
|
github.com/drone-plugins/drone-plugin-lib v0.0.0-20190916204527-6b33d765aca4
|
|
github.com/drone/drone-template-lib v0.0.0-20181004051823-4019baa6c594
|
|
github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/tkuchiki/faketime v0.1.1 // indirect
|
|
github.com/urfave/cli v1.21.0
|
|
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
|
|
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
|
)
|