Change module urls to remotebranch.eu/...
This commit is contained in:
parent
965c30c501
commit
be333c7b22
3 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/ChaoticByte/lurch-dl/core"
|
||||
"remotebranch.eu/ChaoticByte/lurch-dl/core"
|
||||
)
|
||||
|
||||
// Global Variables
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/ChaoticByte/lurch-dl/core
|
||||
module remotebranch.eu/ChaoticByte/lurch-dl/core
|
||||
|
||||
go 1.24.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue