Explorar el Código

add protoc-gen-go and remove gogo install

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours hace 5 años
padre
commit
e3d62ce74a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      scripts/setup/install-protobuf

+ 1 - 2
scripts/setup/install-protobuf

@@ -63,5 +63,4 @@ 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
+go get -u github.com/golang/protobuf/protoc-gen-go