mirror of
https://github.com/drone-plugins/github-actions
synced 2024-11-15 02:56:25 +01:00
21 lines
528 B
Modula-2
21 lines
528 B
Modula-2
module github.com/drone-plugins/drone-github-actions
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/buildkite/yaml v2.1.0+incompatible
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
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
|
|
)
|