Skip to content

Commit 68f1af4

Browse files
committed
Added gomock repositories to bootstrap.sh.
1 parent 411390d commit 68f1af4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

bootstrap.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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.)
106106
repos="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).

0 commit comments

Comments
 (0)