add user commands

This commit is contained in:
Samuel Lorch 2021-09-08 14:51:26 +02:00
parent 78a9b08a6f
commit ce995fb1a5
12 changed files with 356 additions and 3 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pterm/pterm v0.12.30
github.com/speatzle/go-passbolt v0.2.2
github.com/speatzle/go-passbolt v0.3.0
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1