File tree Expand file tree Collapse file tree 2 files changed +11
-985
lines changed
Expand file tree Collapse file tree 2 files changed +11
-985
lines changed Original file line number Diff line number Diff line change @@ -182,17 +182,9 @@ require (
182182 golang.org/x/tools v0.41.0 // indirect
183183 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
184184 gonum.org/v1/gonum v0.17.0 // indirect
185- google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
186185 google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
187186 google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
188187 google.golang.org/grpc v1.79.2 // indirect
189188 gopkg.in/yaml.v3 v3.0.1 // indirect
190189 lukechampine.com/blake3 v1.4.1 // indirect
191190)
192-
193- // pin google genproto to a single version to avoid ambiguous imports pulled by transitive deps
194- replace (
195- google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
196- google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9
197- google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9
198- )
You can’t perform that action at this time.
0 commit comments