bump language version, go mod tidy
This commit is contained in:
5
go.mod
5
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user