Initial commit

This commit is contained in:
2026-04-10 16:26:03 +02:00
commit 9d838ad9ec
5 changed files with 171 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module stugago-vvlist
go 1.25.8
require (
github.com/phpdave11/gofpdi v1.0.14-0.20211212211723-1f10f9844311 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/signintech/gopdf v0.36.0 // indirect
)