Prompt for template variables values based on the available manifest
This commit is contained in:
4
go.mod
4
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user