feat: switch to public GitHub kmsvc-proto dependency and GHCR image builds

Forgejo registry unreachable from cluster nodes (WireGuard overlay vs LAN
network isolation, plus host-to-ClusterIP routing gaps). Move to public
GitHub dependency and GHCR image hosting to remove the private-network
dependency entirely.
This commit is contained in:
Story Crater Bot
2026-07-13 10:09:41 -07:00
parent c354876178
commit 9c01076092
7 changed files with 54 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/rockliang/kafka-management-service
go 1.26.0
require (
forgejo.riotpiao.homelab.com/homelab/kmsvc-proto v1.1.0
github.com/Riotpiaole/kmsvc-proto v1.3.0
github.com/alicebob/miniredis/v2 v2.38.0
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0