New options
A -test-transitive flag has been added which allows opting out of the default behavior for test packages of transitive dependencies in the reverse path. The default behavior remains the same as before: all transitive test dependencies are treated equivalent to the "live" dependencies and included in the package graph. If -test-transitive=false is explicitly specified, this behavior is disabled. Note that in either case, the test package of the primary package is still included.
What's Changed
- Fix errant packages found via test dep. graph by @michaeldye in #68
- bump minimum Go version to 1.25, bump all deps by @anitgandhi in #69
New Contributors
- @michaeldye made their first contribution in #68
Full Changelog: v0.1.2...v0.2.0