Compare commits

...
Author SHA1 Message Date
localai-org-maint-bot b5ad01cdfe fix(deps): resolve proto before code generation
Dependabot runs go mod tidy without generating backend RPC types.
Keep a tracked package declaration so it resolves the local package
instead of searching for a nonexistent external module.

Assisted-by: Codex:gpt-6
2026-09-10 03:08:53 +00:00
+6
View File
@@ -0,0 +1,6 @@
// Package proto contains the generated backend RPC types.
//
// Keep this declaration in source control so go mod tidy can resolve the local
// package before make protogen-go generates its implementation. Dependabot runs
// module discovery without running code generation.
package proto