From 79bb934acd2f3ad6459dea65067605d9435864bb Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:07:39 -0700 Subject: [PATCH] fix: use github.com/Riotpiaole/kmsvc-proto as module path for public consumption --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7fb6624..d6101b6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module forgejo.riotpiao.homelab.com/riotpiao.com/kmsvc-proto +module github.com/Riotpiaole/kmsvc-proto go 1.25.0