add developer CLI tool with Cobra for app workflow

This commit is contained in:
2026-01-18 21:24:50 +01:00
parent 149736108e
commit cf9f42b66d
12 changed files with 2237 additions and 0 deletions

View File

@@ -7,7 +7,10 @@ require (
github.com/go-playground/validator/v10 v10.19.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.6.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
golang.org/x/crypto v0.21.0
golang.org/x/image v0.15.0
golang.org/x/oauth2 v0.18.0
modernc.org/sqlite v1.29.5
)