pulumi/glide.yaml
joeduffy 6b60852c76 Generate Golang Protobuf/gRPC code
This change moves the RPC definitions to the pkg/murpc package,
underneath the proto folder.  This is to ensure that the resulting
Protobufs get a good package name "murpc" that is unique within the
overall toolchain.  It also includes a `generate.sh` script that
can be used to manually regenerate client/server code.  Finally,
we are actually checking in the generated files underneath pkg/murpc.
2017-02-10 09:08:06 -08:00

19 lines
530 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
- package: golang.org/x/net
subpackages:
- context