Text file
src/cmd/go.mod
1 module cmd
2
3 go 1.24
4
5 require (
6 github.com/google/pprof v0.0.0-20241101162523-b92577c0c142
7 golang.org/x/arch v0.11.1-0.20241106162200-f977c2e4e3f4
8 golang.org/x/build v0.0.0-20240722200705-b9910f320300
9 golang.org/x/mod v0.20.0
10 golang.org/x/sync v0.8.0
11 golang.org/x/sys v0.27.0
12 golang.org/x/telemetry v0.0.0-20240828202201-a797f331ea97
13 golang.org/x/term v0.22.1-0.20240716160707-d4346f0be292
14 golang.org/x/tools v0.24.1-0.20240904143311-70f56264139c
15 )
16
17 require (
18 github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
19 golang.org/x/text v0.19.0 // indirect
20 rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect
21 )
22
View as plain text