I am following this documentation for setting up zoekt. https://github.com/google/zoekt But when I run this command: go install github.com/google/zoekt/cmd/zoekt-index it fails with error: `../../go/src/github.com/google/zoekt/cmd/zoekt-index/main.go:30:2: cannot find package "go.uber.org/automaxprocs/maxprocs" in any of: /usr/local/go/src/go.uber.org/automaxprocs/maxprocs (from $GOROOT) /home/username/go/src/go.uber.org/automaxprocs/maxprocs (from $GOPATH) ` Can anyone please help if I am missing anything or its a regression.
I am following this documentation for setting up zoekt.
https://github.com/google/zoekt
But when I run this command:
go install github.com/google/zoekt/cmd/zoekt-index
it fails with error:
../../go/src/github.com/google/zoekt/cmd/zoekt-index/main.go:30:2: cannot find package "go.uber.org/automaxprocs/maxprocs" in any of: /usr/local/go/src/go.uber.org/automaxprocs/maxprocs (from $GOROOT) /home/username/go/src/go.uber.org/automaxprocs/maxprocs (from $GOPATH)Can anyone please help if I am missing anything or its a regression.