fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

bump go-ctags for handling non-fatal startup errors (#972)

Currently if you switch to universal-ctags 6.2.0 it will log a few
warnings on startup. The old version of go-ctags would error out. Now
instead it will log to its info log.

Test Plan: Added the problematic file in the linked issue to ./foo/repo
directory. Then ran "go run ./cmd/zoekt-index -require_ctags -index
./foo/index ./foo/repo" with uctags 6.2.0.

+3 -3
+1 -1
go.mod
··· 28 28 github.com/prometheus/procfs v0.15.1 29 29 github.com/rs/xid v1.6.0 30 30 github.com/shirou/gopsutil/v3 v3.24.5 31 - github.com/sourcegraph/go-ctags v0.0.0-20240424152308-4faeee4849da 31 + github.com/sourcegraph/go-ctags v0.0.0-20250729094530-349a251d78d8 32 32 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888 33 33 github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 34 34 github.com/stretchr/testify v1.10.0
+2 -2
go.sum
··· 299 299 github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= 300 300 github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= 301 301 github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= 302 - github.com/sourcegraph/go-ctags v0.0.0-20240424152308-4faeee4849da h1:hNVb44yWOr43HqizO4++mgA82tusAvxMjib1arIN0a0= 303 - github.com/sourcegraph/go-ctags v0.0.0-20240424152308-4faeee4849da/go.mod h1:Or1cqbhDzkbH+hlwv5iW7uCTPEMKH9u/mTUh7otRQHY= 302 + github.com/sourcegraph/go-ctags v0.0.0-20250729094530-349a251d78d8 h1:hpCD/FvbXLR7/034fKD0CQ8LmT4zoQfT2DzJIjqMzUI= 303 + github.com/sourcegraph/go-ctags v0.0.0-20250729094530-349a251d78d8/go.mod h1:Or1cqbhDzkbH+hlwv5iW7uCTPEMKH9u/mTUh7otRQHY= 304 304 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888 h1:9PUH8Hn8mVhPTtRKqot1HHsbLRDP0H2A+FSyuRumP2Q= 305 305 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888/go.mod h1:IDp09QkoqS8Z3CyN2RW6vXjgABkNpDbyjLIHNQwQ8P8= 306 306 github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 h1:nBb4Cp27e5UH4Imc53cDcI+6WT6Hm5NR0TIguAqbjUI=