add dev dependency for generating protobufs

This commit is contained in:
Chelsea Holland Komlo
2018-08-01 15:18:17 -04:00
parent 52d7d0a83d
commit f25149dce6

View File

@@ -152,6 +152,7 @@ deps: ## Install build and development dependencies
go get -u github.com/elazarl/go-bindata-assetfs/...
go get -u github.com/a8m/tree/cmd/tree
go get -u github.com/magiconair/vendorfmt/cmd/vendorfmt
go get -u github.com/golang/protobuf/protoc-gen-go
.PHONY: lint-deps
lint-deps: ## Install linter dependencies