Skip to content

v1.0.11

Latest

Choose a tag to compare

@drpaneas drpaneas released this 02 Jul 14:23
94e3b46

What's Changed

Fixes

  • Fixed a CI-only test failure in internal/webbuild's EnsureExampleModule test: it relied on a third-party dependency (testify) whose own transitive dependency wasn't cached on a fresh CI runner, causing go mod tidy to fail under GOPROXY=off. The test now uses a zero-dependency fake module, and the underlying completion signal moved from "go.sum exists" to an explicit marker file, since a zero-dependency module never produces a go.sum. Also fixed a related edge case: examples with a real, committed go.mod (camera_example*) now correctly skip re-initializing and self-heal a missing replace directive instead of failing.

No functional changes to the public pigo8 package - this only affects the internal cmd/docshots documentation tooling introduced in v1.0.10.