Skip to content

Commit

Permalink
fix com_github_bazelbuild_buildtools
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshcn committed May 14, 2024
1 parent 50a1354 commit 15f80a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gazelle/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""
This file contains the non_module_deps rule.
"""

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")

Expand Down
1 change: 0 additions & 1 deletion gazelle/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def gazelle_deps():

go_repository(
name = "com_github_bazelbuild_buildtools",
build_naming_convention = "go_default_library",
importpath = "github.com/bazelbuild/buildtools",
sum = "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=",
version = "v0.0.0-20230510134650-37bd1811516d",
Expand Down

0 comments on commit 15f80a4

Please sign in to comment.