浏览代码

Add gogo protobuf in install script (from https://github.com/gogo/protobuf)

Guillaume Tardif 5 年之前
父节点
当前提交
2a2dff18cb
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      scripts/setup/install-protobuf

+ 5 - 0
scripts/setup/install-protobuf

@@ -60,3 +60,8 @@ ppc64le)
 	;;
 esac
 rm -rf $PROTOBUF_DIR
+
+go get github.com/gogo/protobuf/proto
+go get github.com/gogo/protobuf/jsonpb
+go get github.com/gogo/protobuf/protoc-gen-gogo
+go get github.com/gogo/protobuf/gogoproto