10 lines
250 B
Modula-2
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
|
|
)
|