This commit is contained in:
ycc
2021-10-18 21:05:44 +02:00
parent 877fc55071
commit 60b14db80c
8 changed files with 269 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module forge.redroom.link/yves/meowlib
go 1.16
require (
github.com/ProtonMail/gopenpgp/v2 v2.2.4
github.com/rs/zerolog v1.25.0
)