Remove Godeps_windows from build.py

This commit is contained in:
Daniel Nelson 2017-08-07 17:43:06 -07:00
parent 88a11e6a67
commit 6ebb93abcc
1 changed files with 0 additions and 1 deletions

View File

@ -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