Commit d19ced04 authored by Russ Cox's avatar Russ Cox

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: 's avatarRuss Cox <rsc@golang.org>
parent cf3f7712
......@@ -679,8 +679,9 @@ var builddeps = map[string][]string{
},
"io": {
"errors", // io
"sync", // io
"errors", // io
"sync", // io
"sync/atomic", // io
},
"io/ioutil": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment