bazlets: Replace native.git_repository with skylark rule

The native.git_repository rule does not work properly when invoked
in a `git submodule foreach` command. Bazel will deprecate the
native rules anyway, so replace with skylark's git_repository.

See [1] for context.

[1] https://github.com/bazelbuild/bazel/issues/6358#issuecomment-429103745

Change-Id: Ibd9b22f6a80d59e014d7ded79bb866f97dd9bc5e
1 file changed
tree: a7f4cc12fc9407ca4a4dd579cdd93fbce9a1bf04
  1. src/
  2. tools/
  3. .bazelrc
  4. .gitignore
  5. bazlets.bzl
  6. BUILD
  7. WORKSPACE