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:
+1
-1
@@ -6,7 +6,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"github.com/oxker/oxker/pkg/config"
|
"gitea.syring.it/niko/oxkerclone/pkg/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CLIArgs represents parsed command-line arguments
|
// CLIArgs represents parsed command-line arguments
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
|
|
||||||
tea "charm.land/bubbletea/v2"
|
tea "charm.land/bubbletea/v2"
|
||||||
"github.com/oxker/oxker/pkg/app"
|
"gitea.syring.it/niko/oxkerclone/pkg/app"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/oxker/oxker
|
module gitea.syring.it/niko/oxkerclone
|
||||||
|
|
||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -21,8 +21,8 @@ import (
|
|||||||
"github.com/creack/pty"
|
"github.com/creack/pty"
|
||||||
"github.com/docker/docker/api/types/container"
|
"github.com/docker/docker/api/types/container"
|
||||||
"github.com/hinshun/vt10x"
|
"github.com/hinshun/vt10x"
|
||||||
"github.com/oxker/oxker/pkg/config"
|
"gitea.syring.it/niko/oxkerclone/pkg/config"
|
||||||
"github.com/oxker/oxker/pkg/docker"
|
"gitea.syring.it/niko/oxkerclone/pkg/docker"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ============================================================
|
// ============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user