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] 5a0679f63b
Update module sirupsen/logrus to v1.5.0 (#13)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-24 08:58:27 -07:00

9 lines
139 B
Modula-2

module github.com/drone-plugins/drone-plugin-lib
go 1.12
require (
github.com/sirupsen/logrus v1.5.0
github.com/urfave/cli/v2 v2.2.0
)