mirror of https://github.com/golang/go.git
cmd/dist: refresh deps.go after recent package io changes
Change-Id: Iaa960c85011289e047c64b53cf610838eb50332d Reviewed-on: https://go-review.googlesource.com/70073 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
cf3f771203
commit
d19ced040a
|
|
@ -679,8 +679,9 @@ var builddeps = map[string][]string{
|
|||
},
|
||||
|
||||
"io": {
|
||||
"errors", // io
|
||||
"sync", // io
|
||||
"errors", // io
|
||||
"sync", // io
|
||||
"sync/atomic", // io
|
||||
},
|
||||
|
||||
"io/ioutil": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue