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-03-15 19:53:44 +00:00
|
|
|
github.com/urfave/cli/v2 v2.4.0
|
2022-03-31 09:40:10 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
honnef.co/go/tools v0.3.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
|
|
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/exp/typeparams v0.0.0-20220328175248-053ad81199eb // indirect
|
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
|
|
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2019-01-08 17:04:12 +00:00
|
|
|
)
|