diff --git a/cli/cli.go b/cli/cli.go index 5030f27..352d7f2 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/ChaoticByte/lurch-dl/core" + "remotebranch.eu/ChaoticByte/lurch-dl/core" ) // Global Variables diff --git a/cli/go.mod b/cli/go.mod index 1f7d469..384185c 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,7 +1,7 @@ -module github.com/ChaoticByte/lurch-dl/cli +module remotebranch.eu/ChaoticByte/lurch-dl/cli go 1.24.1 -require github.com/ChaoticByte/lurch-dl/core v0.0.0 +require remotebranch.eu/ChaoticByte/lurch-dl/core v0.0.0 -replace github.com/ChaoticByte/lurch-dl/core => ../core +replace remotebranch.eu/ChaoticByte/lurch-dl/core => ../core diff --git a/core/go.mod b/core/go.mod index 2dfcc71..e811529 100644 --- a/core/go.mod +++ b/core/go.mod @@ -1,3 +1,3 @@ -module github.com/ChaoticByte/lurch-dl/core +module remotebranch.eu/ChaoticByte/lurch-dl/core go 1.24.1