]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: refresh deps.go after recent package io changes
authorRuss Cox <rsc@golang.org>
Wed, 11 Oct 2017 20:30:45 +0000 (16:30 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Oct 2017 20:31:38 +0000 (20:31 +0000)
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>
src/cmd/dist/deps.go

index 4425f7a4d99dcbee3a7288e8979ad97f383d1ebc..47560cf33bf6ba3cc897c24676de24fa0ab3f81f 100644 (file)
@@ -679,8 +679,9 @@ var builddeps = map[string][]string{
        },
 
        "io": {
-               "errors", // io
-               "sync",   // io
+               "errors",      // io
+               "sync",        // io
+               "sync/atomic", // io
        },
 
        "io/ioutil": {