podcatch/go.mod

9 lines
152 B
Modula-2
Raw Normal View History

2021-05-25 23:22:48 +02:00
module podcatch
2021-05-24 20:30:56 +02:00
go 1.16
2021-05-26 11:36:20 +02:00
require (
github.com/pelletier/go-toml v1.9.1
github.com/wtolson/go-taglib v0.0.0-20210406152913-79209c280058 // indirect
)