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

12 lines
229 B
Modula-2
Raw Normal View History

2021-09-27 07:18:58 +02:00
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
)