pulumi/glide.yaml
joeduffy 5a6c581a7e Check Stack semantic version numbers for correctness
This change ensures that Stack semantic version numbers specified in Mufiles
are correct.  Note that we do not accept ranges for the version number itself,
although obviously when checking dependencies we will permit it.
2016-11-16 10:00:52 -08:00

13 lines
339 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