diff --git a/gitchecker.exe b/gitchecker.exe new file mode 100644 index 0000000..b5462aa Binary files /dev/null and b/gitchecker.exe differ diff --git a/go.mod b/go.mod index 6b5a317..9483207 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,12 @@ module gitchecker go 1.22 -require github.com/lxn/walk v0.0.0-20210112085537-c389da54e794 +require ( + github.com/lxn/walk v0.0.0-20210112085537-c389da54e794 + golang.org/x/sys v0.18.0 +) require ( github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect - golang.org/x/sys v0.18.0 // indirect gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect ) diff --git a/rsrc.syso b/rsrc.syso index 3e3e49b..9caeb0f 100644 Binary files a/rsrc.syso and b/rsrc.syso differ