initial commit

This commit is contained in:
Michael Stapelberg
2020-06-20 08:01:02 +02:00
commit 8410782ab8
9 changed files with 751 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/stapelberg/qrbill
go 1.14
require (
github.com/aaronarduino/goqrsvg v0.0.0-20170617203649-603647895681
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
github.com/boombuler/barcode v1.0.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)