You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract core/v2 (collapse tier-0 utils into modules/core) (#1858)
* extract core/v2: collapse tier-0 utils into a modules/core submodule
First tier of the v2 modularization. Moves logger, testing, retry, random, files, shell and the internal collections/formatting helpers into a new modules/core module (github.com/gruntwork-io/terratest/modules/core/v2), rewriting all imports to their /v2 paths. Adds a root go.work plus a replace so the umbrella module resolves core locally and under GOWORK=off. Core's go.mod is seeded to the root's dependency versions so nothing floats; the other domains, cmd/, and the CI tooling are untouched.
* document the go.work and root replace resolution model
0 commit comments