From 6a3a66975c72bea0d8ce8bc41eda3eb59410df47 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 10 Apr 2020 23:42:06 -0400 Subject: [PATCH] Update dhowden/tag library, to fix extracting images from some id3v4 tags See https://github.com/dhowden/tag/issues/62 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5585c94d7..55709e932 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/bradleyjkemp/cupaloy v2.3.0+incompatible github.com/deluan/rest v0.0.0-20200327222046-b71e558c45d0 github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/dhowden/tag v0.0.0-20191122115059-7e5c04feccd8 + github.com/dhowden/tag v0.0.0-20200411022004-869a70545f82 github.com/disintegration/imaging v1.6.2 github.com/djherbis/fscache v0.10.0 github.com/dustin/go-humanize v1.0.0 diff --git a/go.sum b/go.sum index 84946618d..28123c822 100644 --- a/go.sum +++ b/go.sum @@ -28,6 +28,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumC github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dhowden/tag v0.0.0-20191122115059-7e5c04feccd8 h1:nmFnmD8VZXkjDHIb1Gnfz50cgzUvGN72zLjPRXBW/hU= github.com/dhowden/tag v0.0.0-20191122115059-7e5c04feccd8/go.mod h1:SniNVYuaD1jmdEEvi+7ywb1QFR7agjeTdGKyFb0p7Rw= +github.com/dhowden/tag v0.0.0-20200411022004-869a70545f82 h1:OuzI/Mwb6h/Rom8eamIDw+fkUbhtLHNF+rmGEULY6pQ= +github.com/dhowden/tag v0.0.0-20200411022004-869a70545f82/go.mod h1:SniNVYuaD1jmdEEvi+7ywb1QFR7agjeTdGKyFb0p7Rw= github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c= github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4= github.com/djherbis/fscache v0.10.0 h1:+O3s3LwKL1Jfz7txRHpgKOz8/krh9w+NzfzxtFdbsQg=