Make pkg/apis its own Go module

Extract pkg/apis into a standalone Go module with its own go.mod/go.sum,
and wire it back into the main module via a local replace directive.

Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lubron Zhan
2026-06-24 11:09:23 -07:00
co-authored by Claude Sonnet 4.6
parent 5844ce873d
commit eda35227bb
4 changed files with 102 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Extract pkg/apis into its own Go module with a local replace directive in the root go.mod