Update hugo version in netlify.toml
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6350e5e2e2
commit
4c00406545
5 changed files with 13 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
module github.com/hugo-toha/toha/exampleSite
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d // indirect
|
||||
github.com/hugo-toha/toha/v4 v4.4.0 // indirect
|
||||
)
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue