diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-07 15:41:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-07 15:41:44 +0200 |
| commit | fcbe17d60b7bf71e32a288db18d95e7f0948c2db (patch) | |
| tree | 4443021dbb1a53c983d8ab0296734602a12391f4 /go.mod | |
| parent | e353f20ac9ac8da0bc0cbcd7bb22838f765f47bc (diff) | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,14 +1,17 @@ module codeberg.org/snonux/foostore -go 1.24.0 +go 1.25.0 require ( github.com/ergochat/readline v0.1.3 github.com/magefile/mage v1.15.0 + github.com/tobischo/gokeepasslib/v3 v3.6.2 + golang.org/x/term v0.40.0 ) require ( + github.com/tobischo/argon2 v0.1.0 // indirect + golang.org/x/crypto v0.48.0 // indirect golang.org/x/sys v0.41.0 // indirect - golang.org/x/term v0.40.0 // indirect - golang.org/x/text v0.9.0 // indirect + golang.org/x/text v0.34.0 // indirect ) |
