initial commit
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user