0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-09-21 08:12:44 +02:00
wp-plugin-go/go.mod
renovate[bot] ffc6705536 Update module urfave/cli/v2 to v2.1.1 (#8)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:49:21 -08:00

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.1.1
)