Black Lives Matter. Support the Equal Justice Initiative.

Text file src/go.mod

Documentation: Index

     1  module std
     2  
     3  go 1.17
     4  
     5  require (
     6  	golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
     7  	golang.org/x/net v0.0.0-20210510120150-4163338589ed
     8  	golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
     9  	golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
    10  )
    11  

View as plain text