Commit
c73ba1c04634984806097562be5ef8ffbf5b9f6e
by Steve KuznetsovAllow installation of missing Golang dependencies at run-time
When a Golang binary is delcared as required, script authors can now
also optionally provide a URL to a repository hosting the tool so that
the Bash library can install the tool if it is missing at run-time,
similar to how the built binary declaration allows for binaries to be
built at run-time to fulfill dependencies.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
(commit: c73ba1c)