Add a native recipe that builds the Go dirhash tool for calculating
h1: hashes on module zip files. This is used as a fallback when the
pure Python implementation cannot be used.
The tool implements the Go module hash algorithm per the Go modules
reference specification.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>