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

Configure Feed

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

gomod: update golang.org/x/net for CVE-2022-27664

+3 -1
+1 -1
go.mod
··· 41 41 go.opentelemetry.io/otel/trace v1.9.0 42 42 go.uber.org/atomic v1.10.0 43 43 go.uber.org/automaxprocs v1.5.1 44 - golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 44 + golang.org/x/net v0.0.0-20220927171203-f486391704dc 45 45 golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 46 46 golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f 47 47 gopkg.in/natefinch/lumberjack.v2 v2.0.0
+2
go.sum
··· 756 756 golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= 757 757 golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA= 758 758 golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= 759 + golang.org/x/net v0.0.0-20220927171203-f486391704dc h1:FxpXZdoBqT8RjqTy6i1E8nXHhW21wK7ptQ/EPIGxzPQ= 760 + golang.org/x/net v0.0.0-20220927171203-f486391704dc/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= 759 761 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= 760 762 golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= 761 763 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=