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.py531 if go_mod['Replace']:
532 for replacement in go_mod['Replace']:
542go_mod['Require'][:] = [v for v in go_mod['Require'] if v.get('Path') != oldpath]
545 for require in go_mod['Require']:
550 for require in go_mod['Require']:
560 baseurl = re.sub(r'/v(\d+)$', '', go_mod['Module']['Path'])
604 go_mod = json.loads(stdout)
610 return go_mod, patchfilename
643 baseurl = re.sub(r'/v(\d+)$', '', go_mod['Module']['Path'])
681 go_mod = json.loads(stdout)
[all …]