fix version check

This commit is contained in:
2025-08-08 09:47:48 -07:00
parent 336340269b
commit e7b5215d0f
3 changed files with 20 additions and 4 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.24.3
require (
github.com/BurntSushi/toml v1.5.0
github.com/Masterminds/semver/v3 v3.4.0
github.com/go-ole/go-ole v1.3.0
)