0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-20 01:12:46 +02:00
wp-ansible/go.mod

15 lines
432 B
Modula-2
Raw Normal View History

2021-01-26 12:21:50 +01:00
module github.com/owncloud-ci/drone-ansible
2019-01-08 18:04:12 +01:00
2021-01-26 12:00:24 +01:00
go 1.15
2019-01-08 18:04:12 +01:00
require (
2021-01-26 12:00:24 +01:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/joho/godotenv v1.4.0
2021-01-26 12:00:24 +01:00
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
2019-01-08 18:04:12 +01:00
)