Skip to content

Commit

Permalink
Update go_deps.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Nov 21, 2023
1 parent 9ddb957 commit dde1b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/bzlmod/go_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ def _noop(_):
pass

def _go_deps_impl(module_ctx):
for module in module_ctx.modules:
for from_file_tag in module.tags.from_file:
prefetch_files(from_file_tag.go_mod)

module_resolutions = {}
sums = {}
replace_map = {}
Expand Down

0 comments on commit dde1b57

Please sign in to comment.