...
1-- test0/initial-requirements --
2main.test@v0
3-- test0/root-packages --
4main.test@v0:main
5-- test0/default-major-versions --
6-- test0/want --
7main.test@v0:main
8 flags: inAll,isRoot,fromRoot,importsLoaded
9 mod: main.test@v0
10 location: .
11 imports:
12 other.com/blah
13other.com/blah
14 flags: inAll,isRoot,fromRoot,importsLoaded
15 mod: local
16 location: cue.mod/gen/other.com/blah
17-- main.cue --
18package main
19import "other.com/blah"
20-- cue.mod/gen/other.com/blah/x.cue --
21package blah
View as plain text