drone-plugin-lib/go.mod

10 lines
163 B
Modula-2
Raw Normal View History

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