mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-07 01:00:44 -05:00
Doing a straight `./...` build results in errors from unvendored package references being picked up in some vendored libraries' `examples/` subdirs. So we'll switch to the recommended `go list | grep -v /vendor/` strategy to determine what to build.