pgp2ssh/go.mod
Felix Schröter 3c97a34ec4
feat: fix & clean up
We did it! It's working!
I've also removed lots of code that we don't need anymore.
2024-03-27 18:21:06 +01:00

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
)