We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59e764 commit e8c5ef2Copy full SHA for e8c5ef2
1 file changed
bazel/dependency_imports.bzl
@@ -189,6 +189,9 @@ def envoy_dependency_imports(
189
sum = "h1:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE=",
190
version = "v2.0.4-0.20230330145011-496ad1ac90a4",
191
build_external = "external",
192
+ build_directives = [
193
+ "gazelle:resolve go github.com/spf13/afero @com_github_spf13_afero//:afero",
194
+ ],
195
)
196
go_repository(
197
name = "com_github_iancoleman_strcase",
0 commit comments