2021-01-26 11:21:50 +00:00
|
|
|
module github.com/owncloud-ci/drone-ansible
|
2019-01-08 17:04:12 +00:00
|
|
|
|
2022-03-31 09:40:10 +00:00
|
|
|
go 1.18
|
2021-01-26 11:00:24 +00:00
|
|
|
|
2019-01-08 17:04:12 +00:00
|
|
|
require (
|
2021-02-10 10:34:04 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
2021-09-25 10:08:09 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-01-26 11:00:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-05-23 09:10:43 +00:00
|
|
|
github.com/urfave/cli/v2 v2.8.0
|
2022-03-31 09:40:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-05-23 09:10:43 +00:00
|
|
|
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
|
2022-03-31 09:40:10 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
2019-01-08 17:04:12 +00:00
|
|
|
)
|