pulumi/glide.yaml
joeduffy 1302fc8a47 Add rudimentary template expansion
This change performs template expansion both for root stack documents in
addition to the transitive closure of dependencies.  There are many ongoing
design and implementation questions about how this should actually work;
please see marapongo/mu#7 for a discussion of them.
2016-11-25 12:58:29 -08:00

17 lines
496 B
YAML

package: github.com/marapongo/mu
import:
- package: github.com/ghodss/yaml
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: gopkg.in/yaml.v2
- package: github.com/golang/glog
- package: github.com/golang/lint
subpackages:
- golint
- package: github.com/stretchr/testify
- package: github.com/blang/semver
- package: github.com/satori/go.uuid
- package: github.com/mitchellh/go-homedir
- package: github.com/Masterminds/sprig
- package: github.com/aokoli/goutils