diff --git a/icedreammusic/foobar2000/go.mod b/icedreammusic/foobar2000/go.mod index 53f67de..2d7d3a8 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-20230630033851-978a0926ee25 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 4babff6..7f5ec37 100644 --- a/icedreammusic/np/go.mod +++ b/icedreammusic/np/go.mod @@ -11,8 +11,9 @@ require ( github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878 github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25 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 ) @@ -41,7 +42,6 @@ require ( golang.org/x/arch v0.3.0 // indirect golang.org/x/crypto v0.16.0 // indirect golang.org/x/net v0.19.0 // indirect - golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/protobuf v1.31.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect 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 )