Go-Callvis Viewer

Home|gocallvis/go.mod
1module github.com/ofabry/go-callvis
2
3go 1.17
4
5require (
6    github.com/goccy/go-graphviz v0.0.9
7    github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
8    golang.org/x/tools v0.4.0
9)
10
11require (
12    github.com/fogleman/gg v1.3.0 // indirect
13    github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
14    github.com/pkg/errors v0.9.1 // indirect
15    golang.org/x/image v0.2.0 // indirect
16    golang.org/x/mod v0.7.0 // indirect
17    golang.org/x/sys v0.3.0 // indirect
18)
19
MembersX
Members
X