Skip to content

Commit 986ef94

Browse files
jukiephlax
authored andcommitted
bazel/grpc: Fix go imports (#43842)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent c0cf6bc commit 986ef94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bazel/dependency_imports.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def envoy_dependency_imports(
107107
"gazelle:resolve go golang.org/x/net/http2 @org_golang_x_net//http2",
108108
"gazelle:resolve go golang.org/x/net/http2/hpack @org_golang_x_net//http2/hpack",
109109
"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",
110111
],
111112
)
112113
go_repository(

0 commit comments

Comments
 (0)