Revert "gomod: update zoekt"
Created by: bobheadxi
Reverts sourcegraph/sourcegraph#37213 - we appear to have a regression on this upgrade in https://buildkite.com/sourcegraph/sourcegraph/builds/154519:
--- FAIL: TestSearch/graphql (4.62s)
--- FAIL: TestSearch/graphql/structural_search (1.22s)
--- FAIL: TestSearch/graphql/structural_search/Structural,_index_only,_nonzero_result (0.01s)
search_test.go:732: Want non-zero results but got 0
--- FAIL: TestSearch/graphql/And/Or_queries (1.29s)
--- FAIL: TestSearch/graphql/And/Or_queries/Literals,_not_and_and_keyword_inside_group (0.01s)
search_test.go:930: Alert mismatch (-want +got):
(*gqltestutil.SearchAlert)(
- nil,
+ &{
+ Title: "Too many files to search for expression",
+ Description: "One expression in the query requires a lot of work! This can happen with negated text searches like '-content:', not-expressions"...,
+ },
)
Test plan: https://buildkite.com/sourcegraph/sourcegraph/builds/154545