Skip to content

Commit

Permalink
implement builtin mode for keepassxc
Browse files Browse the repository at this point in the history
Signed-off-by: bakito <[email protected]>
  • Loading branch information
bakito committed Dec 20, 2024
1 parent 491ff52 commit f42961b
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 172 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
github.com/tobischo/gokeepasslib/v3 v3.6.1
github.com/twpayne/go-expect v0.0.2-0.20241130000624-916db2914efd
github.com/twpayne/go-pinentry/v4 v4.0.0
github.com/twpayne/go-shell v0.4.0
Expand Down Expand Up @@ -152,6 +153,7 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
github.com/tobischo/argon2 v0.1.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
github.com/yuin/goldmark-emoji v1.0.4 // indirect
Expand Down
Loading

0 comments on commit f42961b

Please sign in to comment.