15 lines
516 B
Modula-2
15 lines
516 B
Modula-2
|
module github.com/icedream/livestream-tools/icedreammusic/prime4
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
replace (
|
||
|
github.com/icedream/livestream-tools/icedreammusic/metacollector => ../metacollector
|
||
|
github.com/icedream/livestream-tools/icedreammusic/tuna => ../tuna
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/icedream/go-stagelinq v0.0.0-20210112075500-34c1de688760
|
||
|
github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-00010101000000-000000000000
|
||
|
github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-00010101000000-000000000000
|
||
|
)
|