diff --git a/icedreammusic/foobar2000/go.mod b/icedreammusic/foobar2000/go.mod index a6f1c2d..316b2d4 100644 --- a/icedreammusic/foobar2000/go.mod +++ b/icedreammusic/foobar2000/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/billziss-gh/cgofuse v1.5.0 - github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b + github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086 github.com/gin-gonic/gin v1.8.1 github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-00010101000000-000000000000 github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-00010101000000-000000000000 diff --git a/icedreammusic/foobar2000/go.sum b/icedreammusic/foobar2000/go.sum index 272c9df..9298b60 100644 --- a/icedreammusic/foobar2000/go.sum +++ b/icedreammusic/foobar2000/go.sum @@ -112,6 +112,8 @@ github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1 h1:jD1A7flCBuwFb5PvK3B github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1/go.mod h1:SniNVYuaD1jmdEEvi+7ywb1QFR7agjeTdGKyFb0p7Rw= github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b h1:TG8R5ZZgd1Sj7iFWnkk5dNy94RG8fP8M4l24UYR8/HY= github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b/go.mod h1:Z3Lomva4pyMWYezjMAU5QWRh0p1VvO4199OHlFnyKkM= +github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086 h1:ORubSQoKnncsBnR4zD9CuYFJCPOCuSNEpWEZrDdBXkc= +github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086/go.mod h1:Z3Lomva4pyMWYezjMAU5QWRh0p1VvO4199OHlFnyKkM= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= diff --git a/icedreammusic/metacollector/go.mod b/icedreammusic/metacollector/go.mod index b30013e..41be4be 100644 --- a/icedreammusic/metacollector/go.mod +++ b/icedreammusic/metacollector/go.mod @@ -3,7 +3,7 @@ module github.com/icedream/livestream-tools/icedreammusic/metacollector go 1.16 require ( - github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b + github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086 github.com/fsnotify/fsnotify v1.5.4 github.com/gin-gonic/gin v1.8.1 github.com/spf13/viper v1.12.0 diff --git a/icedreammusic/metacollector/go.sum b/icedreammusic/metacollector/go.sum index 6c346a8..2be3da9 100644 --- a/icedreammusic/metacollector/go.sum +++ b/icedreammusic/metacollector/go.sum @@ -119,6 +119,8 @@ github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1 h1:jD1A7flCBuwFb5PvK3B github.com/dhowden/tag v0.0.0-20220530110423-77907a30b7f1/go.mod h1:SniNVYuaD1jmdEEvi+7ywb1QFR7agjeTdGKyFb0p7Rw= github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b h1:TG8R5ZZgd1Sj7iFWnkk5dNy94RG8fP8M4l24UYR8/HY= github.com/dhowden/tag v0.0.0-20220617232555-e66a190c9f5b/go.mod h1:Z3Lomva4pyMWYezjMAU5QWRh0p1VvO4199OHlFnyKkM= +github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086 h1:ORubSQoKnncsBnR4zD9CuYFJCPOCuSNEpWEZrDdBXkc= +github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086/go.mod h1:Z3Lomva4pyMWYezjMAU5QWRh0p1VvO4199OHlFnyKkM= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=