Remove Godeps_windows from build.py

This commit is contained in:
Daniel Nelson
2017-08-07 17:43:06 -07:00
parent 40aacd9046
commit f9573ad969

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