Add first wip
This commit is contained in:
18
go.mod
Normal file
18
go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module code.ppl.town/justin/qr_labels
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
codeberg.org/go-pdf/fpdf v0.11.1
|
||||
github.com/yeqown/go-qrcode/v2 v2.2.5
|
||||
github.com/yeqown/go-qrcode/writer/standard v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fogleman/gg v1.3.0 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/image v0.15.0 // indirect
|
||||
)
|
||||
|
||||
require github.com/yeqown/reedsolomon v1.0.0 // indirect
|
||||
Reference in New Issue
Block a user