2021-01-26 11:21:50 +00:00
|
|
|
module github.com/owncloud-ci/drone-ansible
|
2019-01-08 17:04:12 +00:00
|
|
|
|
2023-08-22 07:59:11 +00:00
|
|
|
go 1.21
|
2021-01-26 11:00:24 +00:00
|
|
|
|
2019-01-08 17:04:12 +00:00
|
|
|
require (
|
2023-11-21 14:48:55 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.2
|
2023-02-13 14:11:45 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2023-12-04 08:02:22 +00:00
|
|
|
github.com/urfave/cli/v2 v2.26.0
|
2023-11-28 08:47:27 +00:00
|
|
|
golang.org/x/sys v0.15.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
|
|
|
)
|