updated go to 1.23.4

This commit is contained in:
Daniel Fichtinger 2024-12-04 14:36:53 -05:00
parent b30e0d3ed9
commit d934e0c250

5
go.mod
View file

@ -1,10 +1,11 @@
module github.com/ficcdaf/zona
go 1.23.2
// go 1.23.2
go 1.23.4
require (
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/text v0.20.0 // indirect
require golang.org/x/text v0.20.0