Files
debos/go.mod
Sjoerd Simons ddaf2edb99 Add escape template helper function
To help using variables as part of shell command add a escape template
helper function which escapes the variable properly for shell usage

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
2023-11-11 09:53:47 +00:00

17 lines
517 B
Modula-2

module github.com/go-debos/debos
go 1.15
require (
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
github.com/alessio/shellescape v1.4.2
github.com/docker/go-units v0.5.0
github.com/go-debos/fakemachine v0.0.7
github.com/google/uuid v1.4.0
github.com/jessevdk/go-flags v1.5.0
github.com/sjoerdsimons/ostree-go v0.0.0-20201014091107-8fae757256f8
github.com/stretchr/testify v1.8.2
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
gopkg.in/yaml.v2 v2.4.0
)