mirror of
https://github.com/drone-plugins/github-actions
synced 2024-11-15 02:56:25 +01:00
12 lines
229 B
Modula-2
12 lines
229 B
Modula-2
|
module github.com/drone-plugins/drone-github-actions
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/joho/godotenv v1.3.0
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
github.com/urfave/cli v1.22.5
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|