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:
Russ Cox 2017-10-11 16:30:45 -04:00
parent cf3f771203
commit d19ced040a

View file

@ -679,8 +679,9 @@ var builddeps = map[string][]string{
},
"io": {
"errors", // io
"sync", // io
"errors", // io
"sync", // io
"sync/atomic", // io
},
"io/ioutil": {