* remove in-line script from header * oops! * Set script in-line with integrity hash Signed-off-by: Emruz Hossain <hossainemruz@gmail.com> --------- Signed-off-by: Emruz Hossain <hossainemruz@gmail.com> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
10 lines
250 B
Modula-2
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
|
|
)
|