| module cmd |
| |
| go 1.18 |
| |
| require ( |
| github.com/google/pprof v0.0.0-20210506205249-923b5ab0fc1a |
| github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect |
| golang.org/x/arch v0.0.0-20210502124803-cbf565b21d1e |
| golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect |
| golang.org/x/mod v0.4.3-0.20210723200715-e41a6a4f3b61 |
| golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect |
| golang.org/x/term v0.0.0-20210503060354-a79de5458b56 |
| golang.org/x/tools v0.1.6-0.20210809225032-337cebd2c151 |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| ) |