We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cf6bc commit 986ef94Copy full SHA for 986ef94
1 file changed
bazel/dependency_imports.bzl
@@ -107,6 +107,7 @@ def envoy_dependency_imports(
107
"gazelle:resolve go golang.org/x/net/http2 @org_golang_x_net//http2",
108
"gazelle:resolve go golang.org/x/net/http2/hpack @org_golang_x_net//http2/hpack",
109
"gazelle:resolve go golang.org/x/net/trace @org_golang_x_net//trace",
110
+ "gazelle:resolve go golang.org/x/sys/unix @org_golang_x_sys//unix",
111
],
112
)
113
go_repository(
0 commit comments