add windows support

This commit is contained in:
2025-06-21 09:31:23 -07:00
parent a24eb6903f
commit 6199f0865e
8 changed files with 112 additions and 29 deletions

7
go.mod
View File

@ -2,4 +2,9 @@ module git.burkey.co/eburk/epochcli
go 1.24.3
require github.com/BurntSushi/toml v1.5.0
require (
github.com/BurntSushi/toml v1.5.0
github.com/go-ole/go-ole v1.3.0
)
require golang.org/x/sys v0.1.0 // indirect