From 6ebb93abcc5692a3be889398e9108ded6cd90194 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 7 Aug 2017 17:43:06 -0700 Subject: [PATCH] Remove Godeps_windows from build.py --- scripts/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.py b/scripts/build.py index 3fa171c5a..40b849ebc 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -158,7 +158,6 @@ def go_get(branch, update=False, no_uncommitted=False): get_command = "go get github.com/sparrc/gdm" run(get_command) logging.info("Retrieving dependencies with `gdm`...") - run("{}/bin/gdm restore -v -f Godeps_windows".format(os.environ.get("GOPATH"))) run("{}/bin/gdm restore -v".format(os.environ.get("GOPATH"))) return True