8 lines
164 B
Modula-2
8 lines
164 B
Modula-2
|
module github.com/ChaoticByte/lurch-dl/cli
|
||
|
|
||
|
go 1.24.1
|
||
|
|
||
|
require github.com/ChaoticByte/lurch-dl/core v0.0.0
|
||
|
|
||
|
replace github.com/ChaoticByte/lurch-dl/core => ../core
|