commit | 17ac865eec2f59485866afe9fac7cc6528868165 | [log] [tgz] |
---|---|---|
author | Fabian Meumertzheim <fabian@meumertzhe.im> | Tue Nov 21 15:50:33 2023 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 21 15:50:33 2023 +0100 |
tree | 65a2c4ce8c78b20586749926ea36616942cbdb5b | |
parent | ead3c661a1133dff1b444ca7656d5a44004a71ea [diff] |
Update go_deps.bzl
diff --git a/internal/bzlmod/go_deps.bzl b/internal/bzlmod/go_deps.bzl index 1d1bbe4..104fddc 100644 --- a/internal/bzlmod/go_deps.bzl +++ b/internal/bzlmod/go_deps.bzl
@@ -198,7 +198,7 @@ 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) + prefetch_files(module_ctx, from_file_tag.go_mod) module_resolutions = {} sums = {}