File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,17 +105,19 @@ go install launchpad.net/gozk/zookeeper
105105# (We use one go get command (and therefore one variable) for all repositories because this saves us several seconds of execution time.)
106106repos=" github.com/golang/glog \
107107 github.com/golang/lint/golint \
108+ github.com/golang/mock/gomock \
109+ github.com/golang/mock/mockgen \
108110 github.com/golang/protobuf/proto \
109111 github.com/golang/protobuf/protoc-gen-go \
112+ github.com/olekukonko/tablewriter \
110113 github.com/tools/godep \
114+ golang.org/x/crypto/ssh/terminal \
111115 golang.org/x/net/context \
112116 golang.org/x/oauth2/google \
113117 golang.org/x/tools/cmd/goimports \
114- google.golang.org/grpc \
115118 google.golang.org/cloud \
116119 google.golang.org/cloud/storage \
117- golang.org/x/crypto/ssh/terminal \
118- github.com/olekukonko/tablewriter \
120+ google.golang.org/grpc \
119121"
120122
121123# Packages for uploading code coverage to coveralls.io (used by Travis CI).
You can’t perform that action at this time.
0 commit comments