feat: implement smart self-updater with robust windows file-lock bypasses and semantic version parsing

This commit is contained in:
2026-03-24 17:09:28 +08:00
parent 4e2aba5560
commit b1c7b9f8f7
5 changed files with 322 additions and 43 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/kardianos/service v1.2.4
github.com/prometheus-community/pro-bing v0.8.0
github.com/spf13/cobra v1.10.2
golang.org/x/mod v0.34.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)