mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 13:48:42 -05:00
proto: Makefile: Make pb.go generation more hermetic by using golang-protobuf submodule for proto-gen-go.
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
[submodule "proto/third_party/googleapis"]
|
||||
path = proto/third_party/googleapis
|
||||
url = git@github.com:googleapis/googleapis.git
|
||||
[submodule "proto/third_party/golang-protobuf"]
|
||||
path = proto/third_party/golang-protobuf
|
||||
url = https://github.com/golang/protobuf.git
|
||||
|
||||
Reference in New Issue
Block a user