bumped dependencies and go version
This commit is contained in:
parent
988d4ba42e
commit
fdec4b6f25
1 changed files with 3 additions and 4 deletions
7
go.mod
7
go.mod
|
@ -1,11 +1,10 @@
|
|||
module github.com/ficcdaf/zona
|
||||
|
||||
// go 1.23.2
|
||||
go 1.23.4
|
||||
go 1.24.2
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.21.0
|
||||
require golang.org/x/text v0.23.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue