refactoring, adding cli to edit config

This commit is contained in:
2025-08-26 21:59:50 +02:00
parent e36b15e271
commit 2c109b945e
14 changed files with 503 additions and 20 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.22
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.6.0
)