go.mod 284 B

12345678
  1. module github.com/hugo-toha/toha/exampleSite
  2. go 1.19
  3. require github.com/hugo-toha/hugo-toha.github.io v0.0.0-20221228191121-007f31838bd6 // indirect
  4. replace github.com/hugo-toha/toha/v4 => ../../toha
  5. // replace github.com/hugo-toha/hugo-toha.github.io => ../../hugo-toha.github.io