Text file
src/cmd/go.mod
1 module cmd
2
3 go 1.25
4
5 require (
6 github.com/google/pprof v0.0.0-20250208200701-d0013a598941
7 golang.org/x/arch v0.14.0
8 golang.org/x/build v0.0.0-20250211223606-a5e3f75caa63
9 golang.org/x/mod v0.24.1-0.20250508140430-9d3333156f46
10 golang.org/x/sync v0.13.0
11 golang.org/x/sys v0.32.0
12 golang.org/x/telemetry v0.0.0-20250212145848-75305293b65a
13 golang.org/x/term v0.29.0
14 golang.org/x/tools v0.32.1-0.20250423190156-68e94bd1775e
15 )
16
17 require (
18 github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
19 golang.org/x/text v0.24.0 // indirect
20 rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect
21 )
22
View as plain text