go/build: permit go/go2go to depend on internal/goroot

Change-Id: I22ee40f6ea529628bebc4e21ba2ae7789f3f6b60
Reviewed-on: https://team-review.git.corp.google.com/c/golang/go2-dev/+/721561
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ian Lance Taylor 2020-04-17 20:43:53 -07:00 committed by Robert Griesemer
parent 39dc66f9c2
commit 04f9e20db3
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +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"},
"go/go2go": {"L4", "GOPARSER", "OS", "go/build", "go/importer", "go/types", "internal/goroot"},
// One of a kind.
"archive/tar": {"L4", "OS", "syscall", "os/user"},