mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-03 19:30:54 -04:00

Replace some of the stderr output from the Go command to match the Hugo commands needed: ``` go: creating new go.mod: module github.com/bep/foo hugo: to add module requirements and sums: hugo mod tidy ``` See #11458