mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
13 lines
324 B
Modula-2
13 lines
324 B
Modula-2
module github.com/owncloud-ci/drone-ansible
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/urfave/cli/v2 v2.4.0
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
)
|