go/build: add go/go2go to pkgDeps

Change-Id: I43c131a910c372d849095160e6feb958da906e19
This commit is contained in:
Ian Lance Taylor 2020-02-19 12:58:57 -08:00 committed by Robert Griesemer
parent 6c083a7972
commit 5cc90acd4b
1 changed files with 1 additions and 0 deletions

View File

@ -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"},