mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
11 lines
235 B
Modula-2
11 lines
235 B
Modula-2
module github.com/owncloud-ci/drone-ansible
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/urfave/cli v1.22.5
|
|
)
|