Deluan f221c01bd9 test: make all test plugins use the PDK
Signed-off-by: Deluan <deluan@navidrome.org>
2025-12-31 17:06:32 -05:00

11 lines
220 B
Modula-2

module test-cache-plugin
go 1.25
require (
github.com/extism/go-pdk v1.1.3
github.com/navidrome/navidrome/plugins/pdk/go/host v0.0.0
)
replace github.com/navidrome/navidrome/plugins/pdk/go/host => ../../pdk/go/host