mirror of
https://github.com/Luzifer/id3patch.git
synced 2024-11-08 15:30:09 +00:00
290e51cd0e
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
409 B
Modula-2
14 lines
409 B
Modula-2
module github.com/Luzifer/id3patch
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/bogem/id3v2 v1.1.1
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
gopkg.in/validator.v2 v2.0.0-20190827175613-1a84e0480e5b // indirect
|
|
)
|