-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
26 lines (23 loc) · 886 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/jschwinger233/gofuncgraph
go 1.20
require (
github.com/cilium/ebpf v0.9.0
github.com/elastic/go-sysinfo v1.8.0
github.com/go-delve/delve v1.8.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.10.3
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/sync v0.1.0
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)