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

Configure Feed

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

gomod: set minimum version to go 1.13

New versions of go add this directive if it doesn't exist. So we should
set one with the minimum version of go we want to support. I picked 1.13
since it was the first version to make go.mod support default.

Change-Id: I539d1d8da43d96d86ca61a82a8f7e5d2c3cdbb06

+2
+2
go.mod
··· 1 1 module github.com/google/zoekt 2 2 3 + go 1.13 4 + 3 5 require ( 4 6 github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57 5 7 github.com/fsnotify/fsnotify v1.4.7