feat: fix & clean up

We did it! It's working!
I've also removed lots of code that we don't need anymore.
This commit is contained in:
Felix Schröter 2024-03-27 17:16:31 +01:00
parent 4cc344b2b2
commit 3c97a34ec4
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 56 additions and 130 deletions

2
go.mod
View file

@ -3,9 +3,7 @@ module gpg2age
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
)