From 8cbcf7bc4ddf1bcea2c09907b27f1cd09a49e80b Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 26 May 2021 10:36:20 +0100 Subject: [PATCH] added taglib library --- go.mod | 5 ++++- go.sum | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e9af507..af74fa3 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module podcatch go 1.16 -require github.com/pelletier/go-toml v1.9.1 +require ( + 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 a8985e1..8260d31 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ 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=