servicecatalog: remove searcher dep on database (#64247)

Searcher doesn't speak to the database nor has it for a long time. See
https://github.com/sourcegraph/sourcegraph/pull/61463

Test Plan: The following command is empty

  go run ./dev/depgraph/ summary internal/database | grep 'cmd/searcher'
This commit is contained in:
Keegan Carruthers-Smith 2024-08-05 09:55:49 +02:00 committed by GitHub
parent 7595615f07
commit e332124698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,6 @@ protected_services:
- gitserver
- migrator
- repo-updater
- searcher
- symbols
- worker
- precise-code-intel-worker