mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 00:01:52 -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.