| module golang.org/x/tools/gopls |
| |
| go 1.24.2 |
| |
| require ( |
| github.com/fatih/gomodifytags v1.17.1-0.20250423142747-f3939df9aa3c |
| github.com/fsnotify/fsnotify v1.9.0 |
| github.com/google/go-cmp v0.7.0 |
| github.com/jba/templatecheck v0.7.1 |
| golang.org/x/mod v0.25.0 |
| golang.org/x/sync v0.15.1-0.20250620182935-7fad2c9213e0 |
| golang.org/x/telemetry v0.0.0-20250613181904-e50bbf1d8fa3 |
| golang.org/x/text v0.26.0 |
| golang.org/x/tools v0.34.1-0.20250613162507-3f93fece84c7 |
| golang.org/x/vuln v1.1.4 |
| gopkg.in/yaml.v3 v3.0.1 |
| honnef.co/go/tools v0.7.0-0.dev.0.20250523013057-bbc2f4dd71ea |
| mvdan.cc/gofumpt v0.8.0 |
| mvdan.cc/xurls/v2 v2.6.0 |
| ) |
| |
| require ( |
| github.com/BurntSushi/toml v1.5.0 // indirect |
| github.com/fatih/camelcase v1.0.0 // indirect |
| github.com/fatih/structtag v1.2.0 // indirect |
| github.com/google/safehtml v0.1.0 // indirect |
| golang.org/x/exp/typeparams v0.0.0-20250606033433-dcc06ee1d476 // indirect |
| golang.org/x/sys v0.33.0 // indirect |
| golang.org/x/tools/go/expect v0.1.1-deprecated // indirect |
| golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect |
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
| ) |
| |
| replace golang.org/x/tools => ../ |