xref: /aosp_15_r20/external/bazel-skylib/gazelle/WORKSPACE.bzlmod (revision bcb5dc7965af6ee42bf2f21341a2ec00233a8c8a)
1*bcb5dc79SHONG Yifanworkspace(name = "bazel_skylib_gazelle_plugin")
2*bcb5dc79SHONG Yifan
3*bcb5dc79SHONG Yifan# Provide a repository hint for Gazelle to inform it that the go package
4*bcb5dc79SHONG Yifan# github.com/bazelbuild/rules_go is available from io_bazel_rules_go and it
5*bcb5dc79SHONG Yifan# doesn't need to duplicatively fetch it.
6*bcb5dc79SHONG Yifan# gazelle:repository go_repository name=io_bazel_rules_go importpath=github.com/bazelbuild/rules_go
7*bcb5dc79SHONG Yifan# Another Gazelle repository hint.
8*bcb5dc79SHONG Yifan# gazelle:repository go_repository name=bazel_gazelle importpath=github.com/bazelbuild/bazel-gazelle/testtools
9