mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 01:30:03 -04: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.
|
||
|---|---|---|
| .. | ||
| datagen | ||
| base.go | ||
| base_init.go | ||
| dynamic.go | ||
| help.go | ||
| main.go | ||
| option.go | ||
| plugin.go | ||
| ui.go | ||
| version.go | ||