diff --git a/go.mod b/go.mod index 7bccc1d3b..d86889863 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,7 @@ module github.com/qdm12/ddns-updater go 1.22.0 - -toolchain go1.22.5 +toolchain go1.23.2 require ( github.com/breml/rootcerts v0.2.18 @@ -13,7 +12,7 @@ require ( github.com/qdm12/goservices v0.1.0 github.com/qdm12/gosettings v0.4.4-rc1 github.com/qdm12/gosplash v0.2.0 - github.com/qdm12/gotree v0.2.0 + github.com/qdm12/gotree v0.3.0 github.com/qdm12/log v0.1.0 github.com/stretchr/testify v1.9.0 golang.org/x/mod v0.21.0 diff --git a/go.sum b/go.sum index e7f68b4ed..e5437a26d 100644 --- a/go.sum +++ b/go.sum @@ -43,8 +43,8 @@ github.com/qdm12/gosettings v0.4.4-rc1 h1:VT+6O6ww3Cn5v5/LgY2zlXoiCkZzbaLDWaA8uf github.com/qdm12/gosettings v0.4.4-rc1/go.mod h1:CPrt2YC4UsURTrslmhxocVhMCW03lIrqdH2hzIf5prg= github.com/qdm12/gosplash v0.2.0 h1:DOxCEizbW6ZG+FgpH2oK1atT6bM8MHL9GZ2ywSS4zZY= github.com/qdm12/gosplash v0.2.0/go.mod h1:k+1PzhO0th9cpX4q2Nneu4xTsndXqrM/x7NTIYmJ4jo= -github.com/qdm12/gotree v0.2.0 h1:+58ltxkNLUyHtATFereAcOjBVfY6ETqRex8XK90Fb/c= -github.com/qdm12/gotree v0.2.0/go.mod h1:1SdFaqKZuI46U1apbXIf25pDMNnrPuYLEqMF/qL4lY4= +github.com/qdm12/gotree v0.3.0 h1:Q9f4C571EFK7ZEsPkEL2oGZX7I+ZhVxhh1ZSydW+5yI= +github.com/qdm12/gotree v0.3.0/go.mod h1:iz06uXmRR4Aq9v6tX7mosXStO/yGHxRA1hbyD0UVeYw= github.com/qdm12/log v0.1.0 h1:jYBd/xscHYpblzZAd2kjZp2YmuYHjAAfbTViJWxoPTw= github.com/qdm12/log v0.1.0/go.mod h1:Vchi5M8uBvHfPNIblN4mjXn/oSbiWguQIbsgF1zdQPI= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=