2019-09-06 23:34:27 +00:00
|
|
|
module github.com/drone-plugins/drone-plugin-lib
|
|
|
|
|
2019-10-11 23:56:51 +00:00
|
|
|
go 1.12
|
2019-09-06 23:34:27 +00:00
|
|
|
|
2019-10-11 18:34:47 +00:00
|
|
|
require (
|
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
|
|
github.com/urfave/cli v1.21.0
|
|
|
|
)
|