refactor: rename module to gitea.syring.it/niko/oxkerclone

Match the actual canonical hosting URL so consumers can pull this
module directly via go modules without a local replace directive.
This commit is contained in:
Niko Syring
2026-05-02 07:20:32 +02:00
parent efa294b3e4
commit 632dba5d65
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ import (
"github.com/creack/pty"
"github.com/docker/docker/api/types/container"
"github.com/hinshun/vt10x"
"github.com/oxker/oxker/pkg/config"
"github.com/oxker/oxker/pkg/docker"
"gitea.syring.it/niko/oxkerclone/pkg/config"
"gitea.syring.it/niko/oxkerclone/pkg/docker"
)
// ============================================================