PassAGE/go.mod
fraggle 3552db50c2 Initial commit: PassAGE password manager
- AGE encryption with master password model
- Core commands: init, show, insert, edit, generate, rm, mv, cp, find, grep, ls
- Git integration for version control
- Clipboard support (X11 and Wayland)
- Secure password generation
- Backup and restore functionality
- Comprehensive security features
- Complete documentation
2026-01-11 18:48:01 -04:00

12 lines
162 B
Modula-2

module passage
go 1.21
require (
filippo.io/age v1.1.1
golang.org/x/crypto v0.21.0
golang.org/x/term v0.19.0
)
require golang.org/x/sys v0.19.0 // indirect