deps: Upgrade github.com/bep/gitmap v1.4.0 => v1.6.0 (note)

Closes #8627
This commit is contained in:
Bjørn Erik Pedersen
2024-07-17 09:15:44 +02:00
parent 439f07eac4
commit 7be0377505
6 changed files with 28 additions and 7 deletions

View File

@@ -346,7 +346,7 @@ func (h *HugoSites) GetContentPage(filename string) page.Page {
func (h *HugoSites) loadGitInfo() error {
if h.Configs.Base.EnableGitInfo {
gi, err := newGitInfo(h.Conf)
gi, err := newGitInfo(h.Deps)
if err != nil {
h.Log.Errorln("Failed to read Git log:", err)
} else {