Text file src/cmd/go.mod

     1  module cmd
     2  
     3  go 1.26
     4  
     5  require (
     6  	github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5
     7  	golang.org/x/arch v0.22.1-0.20251016010524-fea4a9ec4938
     8  	golang.org/x/build v0.0.0-20250806225920-b7c66c047964
     9  	golang.org/x/mod v0.29.0
    10  	golang.org/x/sync v0.17.0
    11  	golang.org/x/sys v0.37.0
    12  	golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8
    13  	golang.org/x/term v0.34.0
    14  	golang.org/x/tools v0.38.1-0.20251015192825-7d9453ccc0f5
    15  )
    16  
    17  require (
    18  	github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect
    19  	golang.org/x/text v0.30.0 // indirect
    20  	rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect
    21  )
    22  

View as plain text