What is the default path for downloading dependency modules in hugo mod?
See https://gohugo.io/configuration/caches. The default configuration is:
[caches.modules]
dir = ':cacheDir/modules'
The value of the :cacheDir token is described here:
https://gohugo.io/configuration/all/#cache-directory
Thank you! I found it in $HOME/.cache dir.