mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-10-10 06:29:53 +02:00
feat: WIP
This commit is contained in:
parent
89c692f60e
commit
3668cbc2de
3 changed files with 105 additions and 23 deletions
7
go.mod
7
go.mod
|
@ -1,15 +1,16 @@
|
|||
module gpg2age
|
||||
|
||||
go 1.21.7
|
||||
go 1.21.8
|
||||
|
||||
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
|
||||
golang.org/x/term v0.18.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cloudflare/circl v1.3.3 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
golang.org/x/sys v0.18.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue