SongPuller-Go/go.mod

10 lines
162 B
Modula-2
Raw Permalink Normal View History

2024-06-09 14:49:00 -05:00
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
)