add invoice view
All checks were successful
Go / build (push) Successful in 12m14s

This commit is contained in:
2025-07-01 15:30:06 +02:00
parent 992b9c17c3
commit 7025f526c1
11 changed files with 257 additions and 83 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git.dynamicdiscord.de/kalipso/zineshop
go 1.23.3
require (
github.com/dslipak/pdf v0.0.2
github.com/gin-gonic/gin v1.10.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/joho/godotenv v1.5.1