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
1 changed files with 3 additions and 2 deletions

View File

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