hugo-toha/exampleSite/go.mod
hossainemruz 4c00406545 Update hugo version in netlify.toml
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2024-06-02 00:29:29 +06:00

10 lines
250 B
Modula-2

module github.com/hugo-toha/toha/exampleSite
go 1.22
replace github.com/hugo-toha/toha/v4 => ../
require (
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f // indirect
github.com/hugo-toha/toha/v4 v4.5.0 // indirect
)