2020-02-21 14:29:26 +01:00
|
|
|
module forge.cadoles.com/wpetit/scaffold
|
2020-02-20 08:31:22 +01:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
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
|
2020-02-21 14:29:26 +01:00
|
|
|
github.com/antonmedv/expr v1.4.5
|
2020-02-20 08:31:22 +01:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
|
|
github.com/manifoldco/promptui v0.7.0
|
2020-05-23 11:56:44 +02:00
|
|
|
github.com/mattn/go-zglob v0.0.1
|
2020-02-20 08:31:22 +01:00
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
|
|
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
|
2020-02-21 14:29:26 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2020-02-20 08:31:22 +01:00
|
|
|
)
|