chore: migrate module path from git.t-juice.club to code.t-juice.club

Gitea to Forgejo host migration — update Go module path and all
import references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 19:37:47 +01:00
parent 2d26de5055
commit 713d1e7584
13 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"git.t-juice.club/torjus/homelab-deploy/internal/messages"
"code.t-juice.club/torjus/homelab-deploy/internal/messages"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
)