Having the modules stored in `./vendor` causes issues with `go mod`.
Follow waypoint's convention to store in `./thirdparty` and grab
the same Makefile modifications to alert when the submodules need
to be initialized. Update generators to use new path.
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
[submodule "api-common-protos"]
|
|
path = thirdparty/proto/api-common-protos
|
|
url = https://github.com/googleapis/api-common-protos
|