1
0
mirror of https://github.com/Luzifer/id3patch.git synced 2024-09-16 14:58:31 +00:00
id3patch/go.mod
2019-09-08 12:48:58 +02:00

13 lines
299 B
Modula-2

module github.com/Luzifer/id3patch
go 1.13
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/bogem/id3v2 v1.1.1
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
golang.org/x/text v0.3.2 // indirect
gopkg.in/validator.v2 v2.0.0-20190827175613-1a84e0480e5b // indirect
)