diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +module gensecpass3 + +go 1.21 + +require ( + filippo.io/age v1.2.0 + github.com/awnumar/memguard v0.22.5 + github.com/gdamore/tcell/v2 v2.7.4 + golang.org/x/term v0.25.0 +) + +require ( + github.com/awnumar/memcall v0.2.0 // indirect + github.com/gdamore/encoding v1.0.0 // indirect + github.com/lucasb-eyer/go-colorful v1.2.0 // indirect + github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/rivo/uniseg v0.4.3 // indirect + golang.org/x/crypto v0.24.0 // indirect + golang.org/x/sys v0.26.0 // indirect + golang.org/x/text v0.16.0 // indirect +) |
