mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-11 00:20: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.6.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
)
|