mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
zoekt: update to 993cfdb27a57e730f9d05cba7af3c06b142e52ad (#56018)
This commit is contained in:
parent
901e90e5f3
commit
d6a874f95a
4
deps.bzl
4
deps.bzl
@ -6273,8 +6273,8 @@ def go_dependencies():
|
||||
name = "com_github_sourcegraph_zoekt",
|
||||
build_file_proto_mode = "disable_global",
|
||||
importpath = "github.com/sourcegraph/zoekt",
|
||||
sum = "h1:rTFtMFg9EQuHLchNF9wpw5gVJQKCD7aHAav51nwWy18=",
|
||||
version = "v0.0.0-20230816191938-fcb279ae404c",
|
||||
sum = "h1:HW0AmMwykAimaLto+rdd98sl5dTp1Db+Y2XedQC68eM=",
|
||||
version = "v0.0.0-20230818175017-993cfdb27a57",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
|
||||
2
go.mod
2
go.mod
@ -543,7 +543,7 @@ require (
|
||||
github.com/sourcegraph/conc v0.2.0
|
||||
github.com/sourcegraph/mountinfo v0.0.0-20230106004439-7026e28cef67
|
||||
github.com/sourcegraph/sourcegraph/monitoring v0.0.0-20230124144931-b2d81b1accb6
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57
|
||||
github.com/spf13/cobra v1.7.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/stretchr/objx v0.5.0 // indirect
|
||||
|
||||
4
go.sum
4
go.sum
@ -2027,8 +2027,8 @@ github.com/sourcegraph/scip v0.3.1-0.20230627154934-45df7f6d33fc h1:o+eq0cjVV3B5
|
||||
github.com/sourcegraph/scip v0.3.1-0.20230627154934-45df7f6d33fc/go.mod h1:7ZKAtLIUmiMvOIgG5LMcBxdtBXVa0v2GWC4Hm1ASYQ0=
|
||||
github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152 h1:z/MpntplPaW6QW95pzcAR/72Z5TWDyDnSo0EOcyij9o=
|
||||
github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152/go.mod h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I=
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c h1:rTFtMFg9EQuHLchNF9wpw5gVJQKCD7aHAav51nwWy18=
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230816191938-fcb279ae404c/go.mod h1:3rlMtZdLxkc7P1R14qWq20fWDDyRQwL6TmAqH81WQ4M=
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57 h1:HW0AmMwykAimaLto+rdd98sl5dTp1Db+Y2XedQC68eM=
|
||||
github.com/sourcegraph/zoekt v0.0.0-20230818175017-993cfdb27a57/go.mod h1:3rlMtZdLxkc7P1R14qWq20fWDDyRQwL6TmAqH81WQ4M=
|
||||
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
|
||||
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
|
||||
github.com/spf13/afero v0.0.0-20170901052352-ee1bd8ee15a1/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
|
||||
|
||||
@ -123,6 +123,10 @@ env:
|
||||
SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_ENABLED: "true"
|
||||
SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_JSON_TRUNCATION_SIZE_BYTES: "1KB"
|
||||
SRC_GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_HANDLING_MAX_MESSAGE_SIZE_BYTES: "100MB"
|
||||
## zoekt-specific message logging
|
||||
GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_ENABLED: "true"
|
||||
GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_JSON_TRUNCATION_SIZE_BYTES: "1KB"
|
||||
GRPC_INTERNAL_ERROR_LOGGING_LOG_PROTOBUF_MESSAGES_HANDLING_MAX_MESSAGE_SIZE_BYTES: "100MB"
|
||||
|
||||
commands:
|
||||
server:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user