Merge pull request #60732 from ixdy/update-gazelle

Automatic merge from submit-queue (batch tested with PRs 60732, 60689, 60648, 60704). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update gazelle to latest to fix vendoring issue

**What this PR does / why we need it**: Fixes #60730 for the master branch. There are otherwise no functional differences.

**Release note**:

```release-note
NONE
```

/priority critical-urgent
/milestone v1.10
/kind bug
/sig testing
This commit is contained in:
Kubernetes Submit Queue 2018-03-02 14:25:47 -08:00 committed by GitHub
commit 6f1ee5775e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ kube::util::go_install_from_commit \
97099dccc8807e9159dc28f374a8f0602cab07e1
kube::util::go_install_from_commit \
github.com/bazelbuild/bazel-gazelle/cmd/gazelle \
a85b63b06c2e0c75931e57c4a1a18d4e566bb6f4
578e73e57d6a4054ef933db1553405c9284322c7
touch "${KUBE_ROOT}/vendor/BUILD"