pulumi/glide.yaml
joeduffy 6e472f8ab4 Colorize Mu output
This change adds colorization to the core Mu tool's output, similar
to what we added to MuJS in
cf6bbd460d.
2017-02-09 17:26:49 -08:00

16 lines
475 B
YAML

package: github.com/marapongo/mu
import:
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- 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
- package: github.com/reconquest/loreley