From b29c013706dcaeb8a632d433f412483eaa2af61d Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 26 Apr 2018 00:04:48 -0500 Subject: [PATCH] Use go get -u to fetch initial deps --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 42fb97c..ee355ad 100644 --- a/Makefile +++ b/Makefile @@ -63,10 +63,10 @@ bootstrap: gox -build-toolchain setup: - go get github.com/tools/godep - go get golang.org/x/tools/cmd/cover - go get github.com/mitchellh/gox - go get github.com/jteeuwen/go-bindata/... + go get -u github.com/tools/godep + go get -u golang.org/x/tools/cmd/cover + go get -u github.com/mitchellh/gox + go get -u github.com/jteeuwen/go-bindata/... godep restore clean: