mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
11 lines
198 B
Modula-2
11 lines
198 B
Modula-2
module wikimedia-plugin
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/extism/go-pdk v1.1.3
|
|
github.com/navidrome/navidrome v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace github.com/navidrome/navidrome => ../../..
|