Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
16 lines
337 B
Modula-2
16 lines
337 B
Modula-2
module github.com/navidrome/navidrome/plugins/pdk/go
|
|||
|
|||
go 1.25
|
|||
|
|||
require (
|
|||
github.com/extism/go-pdk v1.1.3
|
|||
github.com/stretchr/testify v1.11.1
|
|||
)
|
|||
|
|||
require (
|
|||
github.com/davecgh/go-spew v1.1.1 // indirect
|
|||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|||
github.com/stretchr/objx v0.5.2 // indirect
|
|||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|||
)
|