diff --git a/go/ssa/builder_test.go b/go/ssa/builder_test.go index fdb58ff9..5f4ff9f2 100644 --- a/go/ssa/builder_test.go +++ b/go/ssa/builder_test.go @@ -69,8 +69,9 @@ func main() { deps := []string{ // directly imported dependencies: "bytes", "io", "testing", - // indirect dependencies (partial list): - "errors", "fmt", "os", "runtime", + // indirect dependencies mentioned by + // the direct imports' export data + "sync", "unicode", "time", } prog := mainPkg.Prog