Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6579bc4

Browse files
zoekt: update to sourcegraph/zoekt@2e71aad Co-authored-by: stefanhengl <[email protected]>
1 parent 5c91557 commit 6579bc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ require (
230230
)
231231

232232
require (
233-
github.com/sourcegraph/zoekt v0.0.0-20221108110600-3b925f0a0087
233+
github.com/sourcegraph/zoekt v0.0.0-20221109142233-2e71aad6ac9a
234234
github.com/stretchr/objx v0.4.0 // indirect
235235
)
236236

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,8 +2121,8 @@ github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e h1:qpG
21212121
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA=
21222122
github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152 h1:z/MpntplPaW6QW95pzcAR/72Z5TWDyDnSo0EOcyij9o=
21232123
github.com/sourcegraph/yaml v1.0.1-0.20200714132230-56936252f152/go.mod h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I=
2124-
github.com/sourcegraph/zoekt v0.0.0-20221108110600-3b925f0a0087 h1:nvhLGRQhiym3ylPrU8JxnboNTiUkiuy2iREaOLo28dU=
2125-
github.com/sourcegraph/zoekt v0.0.0-20221108110600-3b925f0a0087/go.mod h1:jieuX0Y1il24xoxONSDhkbDtXB/8cf1ZC5bbJVGtVRI=
2124+
github.com/sourcegraph/zoekt v0.0.0-20221109142233-2e71aad6ac9a h1:klcMQRpMXLUrBGNsVac9JKJTOaYJT6dKaVn1setmksE=
2125+
github.com/sourcegraph/zoekt v0.0.0-20221109142233-2e71aad6ac9a/go.mod h1:jieuX0Y1il24xoxONSDhkbDtXB/8cf1ZC5bbJVGtVRI=
21262126
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
21272127
github.com/spf13/afero v0.0.0-20170901052352-ee1bd8ee15a1/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
21282128
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=

0 commit comments

Comments
 (0)