-
-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (17 loc) · 532 Bytes
/
go.mod
File metadata and controls
21 lines (17 loc) · 532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ofabry/go-callvis
go 1.22.0
toolchain go1.23.1
require (
github.com/goccy/go-graphviz v0.1.2
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
golang.org/x/tools v0.28.0
)
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)