Yeah Hugo has the advantage that dep management for Go is 10000x simpler than JS, Ruby, Python, etc., particularly when you are someone who doesn't work in that language regularly.
Plus as sibling comment says you usually don't do anything but install hugo, `hugo [command]`
Commonly stated but not actually true. For example:
https://github.com/getzola/zola/blob/master/Cargo.lock
https://github.com/gohugoio/hugo (scroll to the bottom of the README)