drone-plugin-lib/go.mod

10 lines
163 B
Modula-2
Raw Normal View History

2019-09-06 23:34:27 +00:00
module github.com/drone-plugins/drone-plugin-lib
go 1.15
2019-09-06 23:34:27 +00:00
2019-10-11 18:34:47 +00:00
require (
github.com/sirupsen/logrus v1.7.0
2020-11-01 13:44:19 +00:00
github.com/urfave/cli/v2 v2.3.0
gotest.tools/v3 v3.0.3
2019-10-11 18:34:47 +00:00
)