cuelang.org/go@v0.10.1/internal/mod/modload/testdata/tidy/withversion.txtar (about) 1 # Test that a version is not added or changed if present 2 -- want -- 3 module: "main.org@v0" 4 language: { 5 version: "v0.8.100" 6 } 7 -- cue.mod/module.cue -- 8 module: "main.org@v0" 9 language: version: "v0.8.100" 10 -- main.cue -- 11 package main