Add first wip

This commit is contained in:
2026-04-28 08:26:35 +09:30
parent 6a8f26c06c
commit 122bde2193
4 changed files with 154 additions and 0 deletions

18
go.mod Normal file
View 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