go.mod 278 B

12345678910
  1. module github.com/hugo-toha/toha/exampleSite
  2. go 1.19
  3. require (
  4. github.com/hugo-toha/hugo-toha.github.io v0.0.0-20231031082630-2c32a26d2207 // indirect
  5. github.com/hugo-toha/toha/v4 v4.0.0-20231113175302-e5230e8c93d8 // indirect
  6. )
  7. replace github.com/hugo-toha/toha/v4 => ../