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.12.0
     8  	golang.org/x/build v0.0.0-20241205234318-b850320af2a4
     9  	golang.org/x/mod v0.22.0
    10  	golang.org/x/sync v0.10.0
    11  	golang.org/x/sys v0.28.0
    12  	golang.org/x/telemetry v0.0.0-20241204182053-c0ac0e154df3
    13  	golang.org/x/term v0.27.0
    14  	golang.org/x/tools v0.28.1-0.20250131145412-98746475647e
    15  )
    16  
    17  require (
    18  	github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
    19  	golang.org/x/text v0.21.0 // indirect
    20  	rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect
    21  )
    22  

View as plain text