Skip to content

Commit

Permalink
Rename go_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Feb 18, 2021
1 parent a807120 commit e4258a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gazelle:repository_macro go_deps.bzl%go_repositories
# gazelle:repository_macro go_deps.bzl%go_dependencies
workspace(name = "com_github_uhthomas_kipp")

load("//:deps.bzl", "dependencies")
Expand All @@ -14,9 +14,9 @@ go_register_toolchains(
nogo = "@//:nogo",
)

load("//:go_deps.bzl", "go_repositories")
load("//:go_deps.bzl", "go_dependencies")

go_repositories()
go_dependencies()

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")

Expand Down
2 changes: 1 addition & 1 deletion go_deps.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@bazel_gazelle//:deps.bzl", "go_repository")

def go_repositories():
def go_dependencies():
go_repository(
name = "co_honnef_go_tools",
importpath = "honnef.co/go/tools",
Expand Down

0 comments on commit e4258a3

Please sign in to comment.