go.mod 250 B

12345678910
  1. module github.com/hugo-toha/toha/exampleSite
  2. go 1.21
  3. replace github.com/hugo-toha/toha/v4 => ../
  4. require (
  5. github.com/hugo-toha/hugo-toha.github.io v0.0.0-20241018183051-dd13c36f46b4 // indirect
  6. github.com/hugo-toha/toha/v4 v4.7.0 // indirect
  7. )