mirror of https://github.com/golang/go.git
go/build: add go/go2go to pkgDeps
Change-Id: I43c131a910c372d849095160e6feb958da906e19
This commit is contained in:
parent
6c083a7972
commit
5cc90acd4b
|
|
@ -246,6 +246,7 @@ var pkgDeps = map[string][]string{
|
|||
"go/internal/gccgoimporter": {"L4", "OS", "debug/elf", "go/constant", "go/token", "go/types", "internal/xcoff", "text/scanner"},
|
||||
"go/internal/srcimporter": {"L4", "OS", "fmt", "go/ast", "go/build", "go/parser", "go/token", "go/types", "path/filepath"},
|
||||
"go/types": {"L4", "GOPARSER", "container/heap", "go/constant"},
|
||||
"go/go2go": {"L4", "GOPARSER", "OS", "go/build", "go/importer", "go/types"},
|
||||
|
||||
// One of a kind.
|
||||
"archive/tar": {"L4", "OS", "syscall", "os/user"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue