We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb3deb commit aecec29Copy full SHA for aecec29
scripts/ci-is-vendor-in-sync.sh
@@ -22,4 +22,6 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
22
23
cd "${REPO_ROOT}"
24
find vendor -name 'BUILD.bazel' -delete
25
+
26
+go get -u github.com/golang/dep/cmd/dep
27
dep check
0 commit comments