drone-plugin-lib/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

2019-09-07 01:34:27 +02:00
module github.com/drone-plugins/drone-plugin-lib
2019-10-12 01:56:51 +02:00
go 1.12
2019-09-07 01:34:27 +02:00
2019-10-11 20:34:47 +02:00
require (
github.com/sirupsen/logrus v1.6.0
2020-03-10 23:28:31 +01:00
github.com/urfave/cli/v2 v2.2.0
2019-10-11 20:34:47 +02:00
)