cuelang.org/go@v0.10.1/internal/mod/modpkgload/testdata/nocuefiles.txtar (about) 1 -- test0/initial-requirements -- 2 main.test@v0 3 example.com@v0.0.1 4 -- test0/root-packages -- 5 main.test@v0:main 6 -- test0/default-major-versions -- 7 -- test0/want -- 8 main.test@v0:main 9 flags: inAll,isRoot,fromRoot,importsLoaded 10 mod: main.test@v0 11 location: . 12 imports: 13 example.com/blah@v0 14 example.com/blah@v0 15 flags: inAll,isRoot,fromRoot 16 error: no files in package directory with package name "blah" 17 missing: false 18 -- main.cue -- 19 package main 20 import "example.com/blah@v0" 21 22 -- _registry/example.com_v0.0.1/cue.mod/module.cue -- 23 module: "example.com@v0" 24 language: version: "v0.8.0" 25 -- _registry/example.com_v0.0.1/blah/x.cue -- 26 package a 27 -- _registry/example.com_v0.0.1/blah/other/other.cue -- 28 package b