ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.85k stars 406 forks source link

Not looking for packages in 'mod' location #48

Closed christopinka closed 4 years ago

christopinka commented 5 years ago

Error is

could not import github.com/aws/aws-lambda-go/events (cannot find package "github.com/aws/aws-lambda-go/events" in any of: /usr/local/Cellar/go/1.12.1/libexec/src/github.com/aws/aws-lambda-go/events (from $GOROOT) /Users/christopinka/go/src/github.com/aws/aws-lambda-go/events (from $GOPATH))

All dependencies are in /Users/christopinka/go/pkg/mod as module versions however.

Antonboom commented 4 years ago

+1

ondrajz commented 4 years ago

This should be fixed by #49