mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
9 lines
139 B
Modula-2
9 lines
139 B
Modula-2
module github.com/drone-plugins/drone-plugin-lib
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli/v2 v2.0.0
|
|
)
|