SongPuller-Go/go.mod
2024-06-09 15:49:00 -04:00

9 lines
162 B
Modula-2

module SongPuller
go 1.22.4
require (
github.com/bogem/id3v2 v1.2.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/text v0.16.0 // indirect
)