Update go.mod to go 1.21

This commit is contained in:
Matt Low 2023-11-13 06:33:47 +00:00
parent b0e4739f4f
commit 9a1aae83da

2
go.mod
View File

@ -1,6 +1,6 @@
module git.mlow.ca/mlow/lmcli module git.mlow.ca/mlow/lmcli
go 1.19 go 1.21
require ( require (
github.com/go-yaml/yaml v2.1.0+incompatible github.com/go-yaml/yaml v2.1.0+incompatible