diff --git a/icedreammusic/np/go.mod b/icedreammusic/np/go.mod index 11793b2..b254bab 100644 --- a/icedreammusic/np/go.mod +++ b/icedreammusic/np/go.mod @@ -1,6 +1,6 @@ module github.com/icedream/livestream-tools/icedreammusic/np -go 1.21.0 +go 1.23.0 toolchain go1.24.2 @@ -15,7 +15,7 @@ require ( github.com/gin-gonic/gin v1.9.1 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.29.0 + golang.org/x/sys v0.32.0 gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 ) diff --git a/icedreammusic/np/go.sum b/icedreammusic/np/go.sum index 08249a7..d84b4f1 100644 --- a/icedreammusic/np/go.sum +++ b/icedreammusic/np/go.sum @@ -86,6 +86,8 @@ golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=