dropGoProxyFrom strips gomod proxy_url fields from the Hermeto config file. When proxy_url: is the only field under gomod:, removing it leaves behind an empty gomod: key. This is valid YAML, but invalid config for Hermeto, which currently expects a dictionary when that key is defined.
dropGoProxyFromstrips gomod proxy_url fields from the Hermeto config file. Whenproxy_url:is the only field undergomod:, removing it leaves behind an emptygomod:key. This is valid YAML, but invalid config for Hermeto, which currently expects a dictionary when that key is defined.