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

Configure Feed

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

go get github.com/sourcegraph/mountinfo@main (#992)

Includes one update to prevent some WARN log spam if your data directory
is not backed by a block device.

+3 -3
+1 -1
go.mod
··· 30 30 github.com/shirou/gopsutil/v3 v3.24.5 31 31 github.com/sourcegraph/go-ctags v0.0.0-20250729094530-349a251d78d8 32 32 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888 33 - github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 33 + github.com/sourcegraph/mountinfo v0.0.0-20251117172727-e9f6a87f579c 34 34 github.com/stretchr/testify v1.10.0 35 35 github.com/uber/jaeger-client-go v2.30.0+incompatible 36 36 github.com/uber/jaeger-lib v2.4.1+incompatible
+2 -2
go.sum
··· 302 302 github.com/sourcegraph/go-ctags v0.0.0-20250729094530-349a251d78d8/go.mod h1:Or1cqbhDzkbH+hlwv5iW7uCTPEMKH9u/mTUh7otRQHY= 303 303 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888 h1:9PUH8Hn8mVhPTtRKqot1HHsbLRDP0H2A+FSyuRumP2Q= 304 304 github.com/sourcegraph/log v0.0.0-20241024013702-574f7079c888/go.mod h1:IDp09QkoqS8Z3CyN2RW6vXjgABkNpDbyjLIHNQwQ8P8= 305 - github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 h1:nBb4Cp27e5UH4Imc53cDcI+6WT6Hm5NR0TIguAqbjUI= 306 - github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1/go.mod h1:ghoEiutaNVERt2cu5q/bU3HOo29AHGSPrRZE1sOaA0w= 305 + github.com/sourcegraph/mountinfo v0.0.0-20251117172727-e9f6a87f579c h1:6F/5RpKA1mga6IAHIYsiaCzQF4hzZEAifM08oO7BFoE= 306 + github.com/sourcegraph/mountinfo v0.0.0-20251117172727-e9f6a87f579c/go.mod h1:ghoEiutaNVERt2cu5q/bU3HOo29AHGSPrRZE1sOaA0w= 307 307 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= 308 308 github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= 309 309 github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=