honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/go.mod (about)

     1  module honnef.co/go/tools
     2  
     3  go 1.22
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.3.2
     7  	golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
     8  	golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678
     9  	golang.org/x/sys v0.19.0
    10  	golang.org/x/tools v0.20.0
    11  )
    12  
    13  require (
    14  	golang.org/x/mod v0.17.0 // indirect
    15  	golang.org/x/sync v0.7.0 // indirect
    16  )