diff --git a/icedreammusic/foobar2000/go.mod b/icedreammusic/foobar2000/go.mod index 896b6c3..ee30363 100644 --- a/icedreammusic/foobar2000/go.mod +++ b/icedreammusic/foobar2000/go.mod @@ -11,7 +11,7 @@ require ( github.com/billziss-gh/cgofuse v1.5.0 github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 github.com/gin-gonic/gin v1.9.1 - github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20230302143311-ad3e9704c029 + github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20240122014424-f96ec7e413e0 github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-20230302143311-ad3e9704c029 gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 ) diff --git a/icedreammusic/np/go.mod b/icedreammusic/np/go.mod index 80b6eb3..69e2854 100644 --- a/icedreammusic/np/go.mod +++ b/icedreammusic/np/go.mod @@ -11,7 +11,7 @@ require ( github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878 github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 github.com/gin-gonic/gin v1.9.1 - github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20230302143311-ad3e9704c029 + github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20240122014424-f96ec7e413e0 github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-20230302143311-ad3e9704c029 golang.org/x/sys v0.15.0 gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 diff --git a/icedreammusic/prime4/go.mod b/icedreammusic/prime4/go.mod index c828eb3..e079a46 100644 --- a/icedreammusic/prime4/go.mod +++ b/icedreammusic/prime4/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/icedream/go-stagelinq v0.0.1 - github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20221208055945-e27172751086 + github.com/icedream/livestream-tools/icedreammusic/metacollector v0.0.0-20240122014424-f96ec7e413e0 github.com/icedream/livestream-tools/icedreammusic/tuna v0.0.0-20221205042012-d83cb4af0567 )