mirror of
https://github.com/navidrome/navidrome.git
synced 2026-01-14 01:38:08 -05:00
17 lines
453 B
Modula-2
17 lines
453 B
Modula-2
module test-cache-plugin
|
|
|
|
go 1.25
|
|
|
|
require github.com/navidrome/navidrome/plugins/pdk/go v0.0.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/extism/go-pdk v1.1.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/navidrome/navidrome/plugins/pdk/go => ../../pdk/go
|