Black Lives Matter. Support the Equal Justice Initiative.

Text file src/cmd/go.mod

Documentation: cmd

     1  module cmd
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/google/pprof v0.0.0-20210506205249-923b5ab0fc1a
     7  	github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
     8  	golang.org/x/arch v0.0.0-20210502124803-cbf565b21d1e
     9  	golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect
    10  	golang.org/x/mod v0.4.3-0.20210608190319-0f08993efd8a
    11  	golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
    12  	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
    13  	golang.org/x/tools v0.1.2-0.20210519160823-49064d2332f9
    14  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    15  )
    16  

View as plain text