Files
qrbill/go.mod
Michael Stapelberg cafa0182eb
Some checks failed
Push / CI (push) Has been cancelled
go.mod: update language version
2025-10-25 10:47:12 +02:00

17 lines
387 B
Modula-2

module github.com/stapelberg/qrbill
go 1.25
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/davecgh/go-spew v1.1.1
github.com/makiuchi-d/gozxing v0.1.1
github.com/mattn/go-isatty v0.0.20
)
require (
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
)