mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
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.
3 lines
130 B
Text
3 lines
130 B
Text
[submodule "api-common-protos"]
|
|
path = thirdparty/proto/api-common-protos
|
|
url = https://github.com/googleapis/api-common-protos
|