all: Run modernize -fix ./...

This commit is contained in:
Bjørn Erik Pedersen
2026-08-20 20:39:57 +02:00
parent e31ff547d2
commit 7b5199fdef
21 changed files with 206 additions and 270 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ func (c *Client) writeHugoDirectSum(mods Modules) error {
continue
}
if m.IsGoMod() && m.VersionQuery() != "" {
sums = append(sums, modSum{pathVersionKey: pathVersionKey{path: m.Path(), version: m.Version()}, sum: m.Sum()})
sums = append(sums, modSum{path: m.Path(), version: m.Version(), sum: m.Sum()})
}
}