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

v0.4 is not a semantic version tag, is ignored by go modules #44

Closed pwaller closed 4 years ago

pwaller commented 5 years ago

Unfortunately if you use go get -u github.com/TrueFurby/go-callvis on go 1.12 with modules enabled, it fetches version v0.3.5, which is the latest semantic version tag it can find.

The fix would be to tag v0.4.0, or some later version.

ondrej-fabry commented 4 years ago

I created v0.4.0 tag: https://github.com/TrueFurby/go-callvis/releases/tag/v0.4.0