Ansible CLI commands now live alongside the ansible library. Package anscmd to avoid collision with root ansible package. Co-Authored-By: Virgil <virgil@lethean.io>
18 lines
464 B
Modula-2
18 lines
464 B
Modula-2
module forge.lthn.ai/core/go-ansible
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/core/cli v0.2.2
|
|
forge.lthn.ai/core/go-log v0.0.1
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/crypto v0.48.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|