project management feature (#15)

Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
2024-11-01 20:10:28 +00:00
parent 364dabee69
commit a231263825
23 changed files with 511 additions and 245 deletions

5
go.mod
View File

@@ -4,7 +4,10 @@ go 1.21
toolchain go1.21.3
require github.com/wailsapp/wails/v2 v2.9.1
require (
github.com/wailsapp/wails/v2 v2.9.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/bep/debounce v1.2.1 // indirect