update to latest gozxing

This commit is contained in:
Michael Stapelberg
2024-01-31 17:58:59 +01:00
parent 376f1c2508
commit 57db542958
3 changed files with 66 additions and 8 deletions

12
go.mod
View File

@@ -3,11 +3,11 @@ module github.com/stapelberg/qrbill
go 1.14
require (
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/davecgh/go-spew v1.1.1
github.com/makiuchi-d/gozxing v0.0.0-20200903113411-25f730ed83da
github.com/mattn/go-isatty v0.0.12
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/makiuchi-d/gozxing v0.1.1
github.com/mattn/go-isatty v0.0.20
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)