I don't understand much about go.mod and go.sum, but if we generate them during the container "generate" command, and they infer dependencies based on the source code present, then that will neglect any handwritten code which is blended later. We either need to not generate these at all during the generate command, or keep track of dependencies in generator-input.