| module cmd |
| |
| go 1.24 |
| |
| require ( |
| github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8 |
| golang.org/x/arch v0.8.1-0.20240716161256-b863392466ea |
| golang.org/x/build v0.0.0-20240722200705-b9910f320300 |
| golang.org/x/mod v0.19.1-0.20240718175220-b56a28f8bd83 |
| golang.org/x/sync v0.7.1-0.20240716160658-411f99ef1213 |
| golang.org/x/sys v0.22.1-0.20240722205227-beb594982ddb |
| golang.org/x/telemetry v0.0.0-20240723021908-ccdfb411a0c4 |
| golang.org/x/term v0.22.1-0.20240716160707-d4346f0be292 |
| golang.org/x/tools v0.23.1-0.20240722161640-ec1a81bfec7c |
| ) |
| |
| require ( |
| github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 // indirect |
| golang.org/x/text v0.16.1-0.20240716160804-ae0cf96bbcd9 // indirect |
| rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect |
| ) |