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
This commit is contained in:
localai-org-maint-bot committed 2026-09-10 03:08:53 +00:00
1 parent de563f17b5
commit b5ad01cdfe
1 file changed
+6
+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