age,plugin: add RecipientWithLabels

This commit is contained in:
Filippo Valsorda
2023-08-05 19:19:26 +02:00
parent dd733c5c0f
commit c89f0b932e
8 changed files with 310 additions and 33 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.19
require (
filippo.io/edwards25519 v1.0.0
golang.org/x/crypto v0.4.0
golang.org/x/sys v0.3.0
golang.org/x/sys v0.11.0
golang.org/x/term v0.3.0
)