updated go to 1.23.4
This commit is contained in:
parent
b30e0d3ed9
commit
d934e0c250
1 changed files with 3 additions and 2 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue