0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00
wp-ansible/go.mod
renovate[bot] ef5b7da2a9
fix(deps): update module github.com/joho/godotenv to v1.4.0 (#57)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-25 12:08:09 +02:00

15 lines
432 B
Modula-2

module github.com/owncloud-ci/drone-ansible
go 1.15
require (
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
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
)