hugo-toha/exampleSite/go.mod
Emruz Hossain 764a16effc Set script in-line with integrity hash
Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
2024-11-30 06:10:45 +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-20241018183051-dd13c36f46b4 // indirect
github.com/hugo-toha/toha/v4 v4.7.0 // indirect
)