mirror of
https://github.com/Luzifer/id3patch.git
synced 2024-11-08 07:20:09 +00:00
12 lines
299 B
Modula-2
12 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
|
|
)
|