From e2c2bd11e45408cea366dface8d0489473b6a205 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Mon, 12 Feb 2018 17:16:38 +0300 Subject: [PATCH] put back golang.org/x/net dep, required by golang.org/x/sync/errgroup --- Gopkg.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gopkg.lock b/Gopkg.lock index f33a9ec4f..a8071c915 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -247,6 +247,12 @@ revision = "25b30aa063fc18e48662b86996252eabdcf2f0c7" version = "v1.0.0" +[[projects]] + branch = "master" + name = "golang.org/x/net" + packages = ["context"] + revision = "a337091b0525af65de94df2eb7e98bd9962dcbe2" + [[projects]] branch = "master" name = "golang.org/x/sync"