| module cmd |
| |
| go 1.24 |
| |
| require ( |
| github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8 |
| golang.org/x/arch v0.10.1-0.20240910142527-7874f23b9c06 |
| golang.org/x/build v0.0.0-20240722200705-b9910f320300 |
| golang.org/x/mod v0.20.0 |
| golang.org/x/sync v0.8.0 |
| golang.org/x/sys v0.23.0 |
| golang.org/x/telemetry v0.0.0-20240828202201-a797f331ea97 |
| golang.org/x/term v0.22.1-0.20240716160707-d4346f0be292 |
| golang.org/x/tools v0.24.1-0.20240904143311-70f56264139c |
| ) |
| |
| 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 |
| ) |