internal/mod/modload: rip out language.version logic from Tidy
https://cuelang.org/cl/1193275 started requiring language.version
to be set when parsing cue.mod/module.cue with CUE_EXPERIMENT=modules,
now a default as of v0.9.0-rc.1.
https://cuelang.org/cl/1194780 then added `cue mod fix` which is now
responsible for adding a language.version field if not present.
Because of the first CL now making `cue mod tidy` fail if
language.version is not declared, and thanks to the second CL
introducing `cue mod fix` for this purpose, we can reomve the old code
which taught `cue mod tidy` to add language.version if missing.
While here, rename two modload txtar files for clarity to reflect
their new behavior, as tidy never adds a version anymore.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Id357f1a04e908829ea58a2ff127869d190c2a593
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1195718
Reviewed-by: Paul Jolly <paul@myitcv.io>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>