cuelang.org/go@v0.10.1/internal/mod/modpkgload/testdata/localpackagemultipledirs.txtar (about)

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