🎉 Initial commit

This commit is contained in:
2025-04-22 22:41:35 +08:00
commit 598453076f
43 changed files with 1602 additions and 0 deletions

18
go.mod Normal file
View File

@@ -0,0 +1,18 @@
module changeme
go 1.22.4
toolchain go1.24.2
require github.com/wailsapp/wails/v3 v3.0.0-alpha.9
require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/samber/lo v1.38.1 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.27.0 // indirect
)