initial commit

This commit is contained in:
Pablo Ovelleiro Corral 2024-03-20 20:34:29 +01:00
commit a48ca25841
No known key found for this signature in database
GPG key ID: 29E9A6ED72CCB334
4 changed files with 198 additions and 0 deletions

15
go.mod Normal file
View file

@ -0,0 +1,15 @@
module gpg2age
go 1.21.7
require (
github.com/Mic92/ssh-to-age v0.0.0-20240304065525-796b05d6e3b3
github.com/ProtonMail/go-crypto v1.0.0
github.com/davecgh/go-spew v1.1.1
golang.org/x/crypto v0.20.0
)
require (
github.com/cloudflare/circl v1.3.3 // indirect
golang.org/x/sys v0.17.0 // indirect
)