Skip to content

Commit

Permalink
Fix bazel_gazelle declaration (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod committed Aug 23, 2019
1 parent c84f9f9 commit 35b303d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions WORKSPACE
Expand Up @@ -71,13 +71,6 @@ http_archive(
],
)

git_repository(
name = "bazel_gazelle",
commit = "ac6c8b7d294409099e382b872a5415d38fe95af4",
remote = "https://github.com/bazelbuild/bazel-gazelle",
shallow_since = "1566426109 -0400",
)

load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

gazelle_dependencies()
Expand Down

0 comments on commit 35b303d

Please sign in to comment.