mirror of
https://github.com/golang/go
synced 2024-11-18 02:14:45 -07:00
go/build: add back deps for runtime/pprof/internal/gzip0
These were accidentally removed by a rollback cl: golang.org/cl/32441 Change-Id: I0cfa8b3397be324dabfb8f33b6548a03c10571eb Reviewed-on: https://go-review.googlesource.com/32334 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
9e227acfb6
commit
051cf380f5
@ -170,12 +170,13 @@ var pkgDeps = map[string][]string{
|
|||||||
"log": {"L1", "os", "fmt", "time"},
|
"log": {"L1", "os", "fmt", "time"},
|
||||||
|
|
||||||
// Packages used by testing must be low-level (L2+fmt).
|
// Packages used by testing must be low-level (L2+fmt).
|
||||||
"regexp": {"L2", "regexp/syntax"},
|
"regexp": {"L2", "regexp/syntax"},
|
||||||
"regexp/syntax": {"L2"},
|
"regexp/syntax": {"L2"},
|
||||||
"runtime/debug": {"L2", "fmt", "io/ioutil", "os", "time"},
|
"runtime/debug": {"L2", "fmt", "io/ioutil", "os", "time"},
|
||||||
"runtime/pprof": {"L2", "fmt", "os", "text/tabwriter"},
|
"runtime/pprof/internal/gzip0": {"L2"},
|
||||||
"runtime/trace": {"L0"},
|
"runtime/pprof": {"L2", "fmt", "os", "text/tabwriter"},
|
||||||
"text/tabwriter": {"L2"},
|
"runtime/trace": {"L0"},
|
||||||
|
"text/tabwriter": {"L2"},
|
||||||
|
|
||||||
"testing": {"L2", "flag", "fmt", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"},
|
"testing": {"L2", "flag", "fmt", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"},
|
||||||
"testing/iotest": {"L2", "log"},
|
"testing/iotest": {"L2", "log"},
|
||||||
|
Loading…
Reference in New Issue
Block a user