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

Configure Feed

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

gomod: update mountinfo to latest (#734)

This fixes an annoying bug it had for Nix users on Darwin (ie me).

Test Plan: zoekt-webserver no longer log spams on startup.

+3 -3
+1 -1
go.mod
··· 31 31 github.com/shirou/gopsutil/v3 v3.23.5 32 32 github.com/sourcegraph/go-ctags v0.0.0-20231024141911-299d0263dc95 33 33 github.com/sourcegraph/log v0.0.0-20231018134238-fbadff7458bb 34 - github.com/sourcegraph/mountinfo v0.0.0-20231018142932-e00da332dac5 34 + github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 35 35 github.com/stretchr/testify v1.8.4 36 36 github.com/uber/jaeger-client-go v2.30.0+incompatible 37 37 github.com/uber/jaeger-lib v2.4.1+incompatible
+2 -2
go.sum
··· 293 293 github.com/sourcegraph/go-ctags v0.0.0-20231024141911-299d0263dc95/go.mod h1:ZYjpRXoJrRlxjU9ZfpaUKJkk62AjhJPffN3rlw2aqxM= 294 294 github.com/sourcegraph/log v0.0.0-20231018134238-fbadff7458bb h1:tHKdC+bXxxGJ0cy/R06kg6Z0zqwVGOWMx8uWsIwsaoY= 295 295 github.com/sourcegraph/log v0.0.0-20231018134238-fbadff7458bb/go.mod h1:IDp09QkoqS8Z3CyN2RW6vXjgABkNpDbyjLIHNQwQ8P8= 296 - github.com/sourcegraph/mountinfo v0.0.0-20231018142932-e00da332dac5 h1:2lUb58rz1bq77wL3hb6OBT58uBVtlNs1o23Kahfj/kU= 297 - github.com/sourcegraph/mountinfo v0.0.0-20231018142932-e00da332dac5/go.mod h1:ghoEiutaNVERt2cu5q/bU3HOo29AHGSPrRZE1sOaA0w= 296 + github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1 h1:nBb4Cp27e5UH4Imc53cDcI+6WT6Hm5NR0TIguAqbjUI= 297 + github.com/sourcegraph/mountinfo v0.0.0-20240201124957-b314c0befab1/go.mod h1:ghoEiutaNVERt2cu5q/bU3HOo29AHGSPrRZE1sOaA0w= 298 298 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= 299 299 github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= 300 300 github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=