podcatch/go.mod
2021-05-26 10:36:20 +01:00

9 lines
152 B
Modula-2

module podcatch
go 1.16
require (
github.com/pelletier/go-toml v1.9.1
github.com/wtolson/go-taglib v0.0.0-20210406152913-79209c280058 // indirect
)