Initial Commit

This commit is contained in:
2021-12-17 21:21:58 +01:00
commit ec3dbbaf3a
20 changed files with 1495 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module covergen
go 1.16
require (
github.com/go-pdf/fpdf v0.5.0
github.com/rs/zerolog v1.26.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/thegrumpylion/jsref v0.0.0-20201010132516-cde94ac58b50 // indirect
)