Prompt for template variables values based on the available manifest

This commit is contained in:
2020-02-21 14:29:26 +01:00
parent f5d5afa82d
commit d9e446553c
7 changed files with 217 additions and 73 deletions

4
go.mod
View File

@ -1,4 +1,4 @@
module gitlab.com/wpetit/scaffold
module forge.cadoles.com/wpetit/scaffold
go 1.13
@ -6,6 +6,7 @@ require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/antonmedv/expr v1.4.5
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
@ -16,4 +17,5 @@ require (
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.2
)