2021-01-26 11:21:50 +00:00
|
|
|
module github.com/owncloud-ci/drone-ansible
|
2019-01-08 17:04:12 +00:00
|
|
|
|
2023-02-13 14:26:20 +00:00
|
|
|
go 1.20
|
2021-01-26 11:00:24 +00:00
|
|
|
|
2019-01-08 17:04:12 +00:00
|
|
|
require (
|
2023-05-30 09:00:36 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.1
|
2023-02-13 14:11:45 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2021-01-26 11:00:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-05-30 08:52:52 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.5
|
2023-05-30 09:05:38 +00:00
|
|
|
golang.org/x/sys v0.8.0
|
2022-03-31 09:40:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-06-21 19:58:31 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-03-31 09:40:10 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-02-13 14:26:20 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2022-05-30 07:22:40 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2019-01-08 17:04:12 +00:00
|
|
|
)
|