@@ -90,62 +90,53 @@ def envoy_dependency_imports(
9090
9191 setup_sanitizer_libs ()
9292
93+ protoc_gen_jsonschema_go_dependencies ()
94+
9395 # These dependencies, like most of the Go in this repository, exist only for the API.
9496 # These repos also have transient dependencies - `build_external` allows them to use them.
9597 # TODO(phlax): remove `build_external` and pin all transients
9698 go_repository (
9799 name = "org_golang_google_grpc" ,
98100 build_file_proto_mode = "disable" ,
99101 importpath = "google.golang.org/grpc" ,
100- sum = "h1:raiipEjMOIC/TO2AvyTxP25XFdLxNIBwzDh3FM3XztI =" ,
101- version = "v1.34 .0" ,
102+ sum = "h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0 =" ,
103+ version = "v1.68 .0" ,
102104 build_external = "external" ,
103- # project_url = "https://pkg.go.dev/google.golang.org/grpc",
104- # last_update = "2020-12-02"
105- # use_category = ["api"],
106- # cpe = "cpe:2.3:a:grpc:grpc:*",
107105 )
108106 go_repository (
109107 name = "org_golang_x_net" ,
110108 importpath = "golang.org/x/net" ,
111- sum = "h1:0mm1VjtFUOIlE1SbDlwjYaDxZVDP2S5ou6y0gSgXHu8 =" ,
112- version = "v0.0.0-20200226121028-0de0cce0169b " ,
109+ sum = "h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0 =" ,
110+ version = "v0.34.0 " ,
113111 build_external = "external" ,
114- # project_url = "https://pkg.go.dev/golang.org/x/net",
115- # last_update = "2020-02-26"
116- # use_category = ["api"],
117- # source = "https://github.com/bufbuild/protoc-gen-validate/blob/v0.6.1/dependencies.bzl#L129-L134"
118112 )
119113 go_repository (
120114 name = "org_golang_x_text" ,
121115 importpath = "golang.org/x/text" ,
122- sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k =" ,
123- version = "v0.3.3 " ,
116+ sum = "h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =" ,
117+ version = "v0.21.0 " ,
124118 build_external = "external" ,
125- # project_url = "https://pkg.go.dev/golang.org/x/text",
126- # last_update = "2021-06-16"
127- # use_category = ["api"],
128- # source = "https://github.com/bufbuild/protoc-gen-validate/blob/v0.6.1/dependencies.bzl#L148-L153"
129119 )
130120 go_repository (
131121 name = "org_golang_google_genproto_googleapis_api" ,
132122 importpath = "google.golang.org/genproto/googleapis/api" ,
133- sum = "h1:DoPTO70H+bcDXcd39vOqb2viZxgqeBeSGtZ55yZU4/Q =" ,
134- version = "v0.0.0-20230822172742-b8732ec3820d " ,
123+ sum = "h1:+2XxjfsAu6vqFxwGBRcHiMaDCuZiqXGDUDVWVtrFAnE =" ,
124+ version = "v0.0.0-20251029180050-ab9386a59fda " ,
135125 build_external = "external" ,
136126 )
137127 go_repository (
138128 name = "org_golang_google_genproto_googleapis_rpc" ,
139129 importpath = "google.golang.org/genproto/googleapis/rpc" ,
140- sum = "h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4 =" ,
141- version = "v0.0.0-20230822172742-b8732ec3820d " ,
130+ sum = "h1:i/Q+bfisr7gq6feoJnS/DlpdwEL4ihp41fvRiM3Ork0 =" ,
131+ version = "v0.0.0-20251029180050-ab9386a59fda " ,
142132 build_external = "external" ,
143133 )
144134 go_repository (
145135 name = "org_golang_google_protobuf" ,
136+ build_file_proto_mode = "disable" ,
146137 importpath = "google.golang.org/protobuf" ,
147- sum = "h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w =" ,
148- version = "v1.28.1 " ,
138+ sum = "h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE =" ,
139+ version = "v1.36.10 " ,
149140 build_external = "external" ,
150141 )
151142 go_repository (
@@ -158,35 +149,23 @@ def envoy_dependency_imports(
158149 go_repository (
159150 name = "com_github_spf13_afero" ,
160151 importpath = "github.com/spf13/afero" ,
161- sum = "h1:8q6vk3hthlpb2SouZcnBVKboxWQWMDNF38bwholZrJc =" ,
162- version = "v1.3.4 " ,
152+ sum = "h1:EaGW2JJh15aKOejeuJ+wpFSHnbd7GE6Wvp3TsNhb6LY =" ,
153+ version = "v1.10.0 " ,
163154 build_external = "external" ,
164- # project_url = "https://pkg.go.dev/github.com/spf13/afero",
165- # last_update = "2021-03-20"
166- # use_category = ["api"],
167- # source = "https://github.com/bufbuild/protoc-gen-validate/blob/v0.6.1/dependencies.bzl#L60-L65"
168155 )
169156 go_repository (
170157 name = "com_github_lyft_protoc_gen_star_v2" ,
171158 importpath = "github.com/lyft/protoc-gen-star/v2" ,
172- sum = "h1:keaAo8hRuAT0O3DfJ/wM3rufbAjGeJ1lAtWZHDjKGB0 =" ,
173- version = "v2.0.1 " ,
159+ sum = "h1:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE =" ,
160+ version = "v2.0.4-0.20230330145011-496ad1ac90a4 " ,
174161 build_external = "external" ,
175- # project_url = "https://pkg.go.dev/github.com/lyft/protoc-gen-star",
176- # last_update = "2023-01-06"
177- # use_category = ["api"],
178- # source = "https://github.com/bufbuild/protoc-gen-validate/blob/v0.10.1/dependencies.bzl#L35-L40"
179162 )
180163 go_repository (
181164 name = "com_github_iancoleman_strcase" ,
182165 importpath = "github.com/iancoleman/strcase" ,
183- sum = "h1:ux/56T2xqZO/3cP1I2F86qpeoYPCOzk+KF/UH/Ar+lk =" ,
184- version = "v0.0.0-20180726023541-3605ed457bf7 " ,
166+ sum = "h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =" ,
167+ version = "v0.3.0 " ,
185168 build_external = "external" ,
186- # project_url = "https://pkg.go.dev/github.com/iancoleman/strcase",
187- # last_update = "2020-11-22"
188- # use_category = ["api"],
189- # source = "https://github.com/bufbuild/protoc-gen-validate/blob/v0.6.1/dependencies.bzl#L23-L28"
190169 )
191170 go_repository (
192171 name = "com_github_planetscale_vtprotobuf" ,
@@ -196,7 +175,6 @@ def envoy_dependency_imports(
196175 build_external = "external" ,
197176 )
198177
199- protoc_gen_jsonschema_go_dependencies ()
200178 rules_proto_grpc_toolchains ()
201179
202180def envoy_download_go_sdks (go_version ):
0 commit comments