bump language version, go mod tidy

This commit is contained in:
Michael Stapelberg
2024-01-31 18:00:19 +01:00
parent 57db542958
commit 0913336aed
2 changed files with 4 additions and 36 deletions

5
go.mod
View File

@@ -1,12 +1,15 @@
module github.com/stapelberg/qrbill
go 1.14
go 1.21
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