18 lines
334 B
Modula-2
18 lines
334 B
Modula-2
module naviwatcher
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/delucks/go-subsonic v0.0.0-20240806025900-2a743ec36238
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/time v0.15.0
|
|
)
|
|
|
|
require golang.org/x/text v0.9.0 // indirect
|