bumped dependencies and go version

This commit is contained in:
Daniel Fichtinger 2025-04-05 16:24:51 -04:00
parent 988d4ba42e
commit fdec4b6f25

7
go.mod
View file

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