drone-plugin-lib/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

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.6.0
2020-03-10 22:28:31 +00:00
github.com/urfave/cli/v2 v2.2.0
2019-10-11 18:34:47 +00:00
)