diff --git a/go.mod b/go.mod index af74fa3..386529f 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module podcatch go 1.16 require ( + github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da // indirect + github.com/mikkyang/id3-go v0.0.0-20191012064224-2c6ab3bb1fbd // indirect github.com/pelletier/go-toml v1.9.1 - github.com/wtolson/go-taglib v0.0.0-20210406152913-79209c280058 // indirect ) diff --git a/go.sum b/go.sum index 8260d31..27d2e7f 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,6 @@ +github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da h1:0qwwqQCLOOXPl58ljnq3sTJR7yRuMolM02vjxDh4ZVE= +github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da/go.mod h1:ns+zIWBBchgfRdxNgIJWn2x6U95LQchxeqiN5Cgdgts= +github.com/mikkyang/id3-go v0.0.0-20191012064224-2c6ab3bb1fbd h1:Cqivkwpk34qJJsi0xbZp2TOhpMsG381iaum8mb+6T/s= +github.com/mikkyang/id3-go v0.0.0-20191012064224-2c6ab3bb1fbd/go.mod h1:6ReX25kzt2D67Dt9vH3kTm8R4luFEfW9W3RDuytp0IA= github.com/pelletier/go-toml v1.9.1 h1:a6qW1EVNZWH9WGI6CsYdD8WAylkoXBS5yv0XHlh17Tc= github.com/pelletier/go-toml v1.9.1/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/wtolson/go-taglib v0.0.0-20210406152913-79209c280058 h1:/kj9W8wSHTlwt/i4n6902i/YOPYNIXiDR/PAmgbrDyc= -github.com/wtolson/go-taglib v0.0.0-20210406152913-79209c280058/go.mod h1:p+WHGfN/a+Ol37Pm7EIOO/6Cylieb2qn1jmKfxtSsUg=