From be333c7b22d56ddb4761f35c1906f63380b4b6d0 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Mon, 29 Sep 2025 21:50:53 +0200 Subject: [PATCH] Change module urls to remotebranch.eu/... --- cli/cli.go | 2 +- cli/go.mod | 6 +++--- core/go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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