Skip to content

Commit e8c5ef2

Browse files
committed
bazel: Fix more gazelle deps (#43910)
- protoc_gen_star Signed-off-by: Ryan Northey <ryan@synca.io> Signed-off-by: jgreeer <jacksongreer@microsoft.com>
1 parent d59e764 commit e8c5ef2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bazel/dependency_imports.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ def envoy_dependency_imports(
189189
sum = "h1:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE=",
190190
version = "v2.0.4-0.20230330145011-496ad1ac90a4",
191191
build_external = "external",
192+
build_directives = [
193+
"gazelle:resolve go github.com/spf13/afero @com_github_spf13_afero//:afero",
194+
],
192195
)
193196
go_repository(
194197
name = "com_github_iancoleman_strcase",

0 commit comments

Comments
 (0)