Use v3 keepasslib

This commit is contained in:
2026-01-08 08:16:16 -06:00
parent cf346ed025
commit dbaa6a33a7
4 changed files with 72 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ import (
"os"
"strings"
kp "github.com/tobischo/gokeepasslib"
kp "github.com/tobischo/gokeepasslib/v3"
)
type KeePassDB struct {