docs: add usage notes

This commit is contained in:
2026-05-13 16:55:27 +08:00
parent a0f2860a57
commit 9af18f400c
5 changed files with 50 additions and 19 deletions

6
go.mod
View File

@@ -2,7 +2,10 @@ module sgg-ai-skill-manager
go 1.23.0
require github.com/wailsapp/wails/v2 v2.12.0
require (
github.com/wailsapp/wails/v2 v2.12.0
github.com/zalando/go-keyring v0.2.8
)
require (
git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.3 // indirect
@@ -30,7 +33,6 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/wailsapp/go-webview2 v1.0.22 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
github.com/zalando/go-keyring v0.2.8 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect