1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00
github.com-drone-plugins-gi.../go.mod
2021-09-27 10:48:58 +05:30

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
)