Added a store
All checks were successful
Build / build (push) Successful in 1m0s

This commit is contained in:
Leon Mika 2026-01-26 09:31:14 +11:00
parent 1d0d3230c9
commit f96b8a8266
9 changed files with 154 additions and 7 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module dequoter
go 1.25
require (
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/wailsapp/wails/v2 v2.10.2
gopkg.in/yaml.v3 v3.0.1
lmika.dev/pkg/modash v0.1.0