diff --git a/scripts/configure_dev-deps.sh b/scripts/configure_dev-deps.sh index 1391eca766..ff05da3444 100755 --- a/scripts/configure_dev-deps.sh +++ b/scripts/configure_dev-deps.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -x + go get -u golang.org/x/lint/golint go get -u github.com/golang/dep/cmd/dep go get -u golang.org/x/tools/cmd/stringer