| 1 | module github.com/ofabry/go-callvis |
|---|---|
| 2 | |
| 3 | go 1.17 |
| 4 | |
| 5 | require ( |
| 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 | |
| 11 | require ( |
| 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 |
Members