- module github.com/google/pprof
-
- go 1.14
-
- require (
- github.com/chzyer/logex v1.1.10 // indirect
- github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
- github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
- github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6
- golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
- )
|