diff --git a/ognibuild/buildsystem.py b/ognibuild/buildsystem.py index 825e6fa..9ec082d 100644 --- a/ognibuild/buildsystem.py +++ b/ognibuild/buildsystem.py @@ -1213,6 +1213,7 @@ def _parse_go_mod(f): while line: parts = line.strip().split(" ") if not parts or parts == [""]: + line = readline() continue if len(parts) == 2 and parts[1] == "(": line = readline()