hugo-toha/exampleSite/go.mod
hossainemruz a8e535fc5c Use go version 1.21
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2024-06-02 00:41:17 +06:00

10 lines
250 B
Modula-2

module github.com/hugo-toha/toha/exampleSite
go 1.21
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
)