Change module urls to remotebranch.eu/...

This commit is contained in:
ChaoticByte 2025-09-29 21:50:53 +02:00
parent 965c30c501
commit be333c7b22
Signed by: ChaoticByte
SSH key fingerprint: SHA256:6v88GlRHW+S4NVmM00ZxofEJlnDdK8LI1EcfR8jrgDs
3 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/ChaoticByte/lurch-dl/core"
"remotebranch.eu/ChaoticByte/lurch-dl/core"
)
// Global Variables

View file

@ -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

View file

@ -1,3 +1,3 @@
module github.com/ChaoticByte/lurch-dl/core
module remotebranch.eu/ChaoticByte/lurch-dl/core
go 1.24.1