Home
last modified time | relevance | path

Searched refs:go_mod (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py529 if go_mod['Replace']:
530 for replacement in go_mod['Replace']:
540go_mod['Require'][:] = [v for v in go_mod['Require'] if v.get('Path') != oldpath]
543 for require in go_mod['Require']:
548 for require in go_mod['Require']:
558 baseurl = re.sub(r'/v(\d+)$', '', go_mod['Module']['Path'])
602 go_mod = json.loads(stdout)
608 return go_mod, patchfilename
641 baseurl = re.sub(r'/v(\d+)$', '', go_mod['Module']['Path'])
679 go_mod = json.loads(stdout)
[all …]