Add support for generating the QR code in the page.
This commit is contained in:
parent
24aa1b88ef
commit
c99a5a3f62
6 changed files with 77 additions and 47 deletions
1
go.mod
1
go.mod
|
|
@ -15,6 +15,7 @@ require (
|
|||
github.com/lib/pq v1.10.9
|
||||
github.com/pressly/goose/v3 v3.26.0
|
||||
github.com/riverqueue/river/rivershared v0.26.0
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/stephenafamo/bob v0.41.1
|
||||
github.com/stephenafamo/scan v0.7.0
|
||||
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue