Update gazel to v17

This commit is contained in:
Jeff Grafton
2017-04-27 15:01:34 -07:00
parent c2595909e9
commit ed7c75e324
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ set -o pipefail
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
go get gopkg.in/mikedanese/gazel.v16/gazel
go get gopkg.in/mikedanese/gazel.v17/gazel
# Remove generated files prior to running gazel.
# TODO(spxtr): Remove this line once Bazel is the only way to build.