add keepass export support

This commit is contained in:
Samuel Lorch 2022-02-04 17:20:02 +01:00
parent f7aa2b232b
commit ab3e63835a
4 changed files with 171 additions and 10 deletions

5
go.mod
View file

@ -5,11 +5,12 @@ go 1.16
require (
github.com/alessio/shellescape v1.4.1
github.com/gookit/color v1.5.0 // indirect
github.com/pterm/pterm v0.12.34
github.com/speatzle/go-passbolt v0.5.3
github.com/pterm/pterm v0.12.36
github.com/speatzle/go-passbolt v0.5.4
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/tobischo/gokeepasslib/v3 v3.2.4
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/ini.v1 v1.66.3 // indirect
)