mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
slim-sprig is a lightweight library containing a number of useful helper functions which are useful to use in go templates. Include it in debos so we can use the functions in recipes. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
18 lines
558 B
Modula-2
18 lines
558 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.8
|
|
github.com/go-task/slim-sprig/v3 v3.0.0
|
|
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.4
|
|
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|