2021-09-27 07:18:58 +02:00
|
|
|
module github.com/drone-plugins/drone-github-actions
|
|
|
|
|
2022-12-07 15:42:15 +01:00
|
|
|
go 1.19
|
2021-09-27 07:18:58 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-17 20:32:56 +02:00
|
|
|
github.com/buildkite/yaml v2.1.0+incompatible
|
|
|
|
github.com/ghodss/yaml v1.0.0
|
2022-12-07 15:42:15 +01:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-09-27 07:18:58 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-12-07 15:42:15 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/urfave/cli v1.22.10
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2021-09-27 07:18:58 +02:00
|
|
|
)
|