You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ goda graph -std "reach(github.com/...:all, flag)" | dot -Tsvg -o graph.svg
err: exit status 1: stderr: go: updates to go.mod needed; to update it:
go mod tidy
What happened
Ran goda in my repository, got a message:
Running
go mod tidy
does not fix the problem.Deleting
go.sum
fixes the issue.Steps to replicate
using go19.3:
main.go contents:
Generated go.mod file
Generated
go.sum
:The text was updated successfully, but these errors were encountered: