feat: add user creation CLI

This commit is contained in:
2026-06-20 19:30:26 +02:00
committed by Milas Holsting
parent b39add4362
commit 6e29cb59ef
4 changed files with 205 additions and 3 deletions

3
go.mod
View File

@@ -16,6 +16,7 @@ require (
github.com/gin-gonic/gin v1.12.0
github.com/pressly/goose/v3 v3.27.1
go.uber.org/fx v1.24.0
golang.org/x/term v0.43.0
)
require (
@@ -56,6 +57,6 @@ require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/klauspost/compress v1.18.5 // indirect
golang.org/x/sync v0.20.0 // direct
golang.org/x/sys v0.43.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/text v0.36.0 // indirect
)