mirror of
https://github.com/pinpox/pgp2ssh.git
synced 2025-02-05 10:59:19 +01:00
Felix Schröter
3c97a34ec4
We did it! It's working! I've also removed lots of code that we don't need anymore.
15 lines
234 B
Modula-2
15 lines
234 B
Modula-2
module gpg2age
|
|
|
|
go 1.21.8
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.0.0
|
|
golang.org/x/crypto v0.20.0
|
|
golang.org/x/term v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|