From 7c91b65891e4a920ffb81d50b280ea62a5b05e0c Mon Sep 17 00:00:00 2001 From: Dmytro Haidashenko Date: Sat, 9 Nov 2024 13:16:33 +0100 Subject: [PATCH] tmp fix broken dep --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index af1174beab..cf1e74e24f 100644 --- a/go.mod +++ b/go.mod @@ -357,4 +357,6 @@ replace ( // until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69 github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f + + github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20240822153003-c864f15af264 )