| module golang.org/x/tools/gopls |
| |
| // go 1.23.1 fixes some bugs in go/types Alias support (golang/go#68894, golang/go#68905). |
| // go 1.23.4 fixes a miscompilation of range-over-func (golang/go#70035). |
| go 1.23.4 |
| |
| require ( |
| github.com/google/go-cmp v0.6.0 |
| github.com/jba/templatecheck v0.7.1 |
| golang.org/x/mod v0.23.0 |
| golang.org/x/sync v0.11.0 |
| golang.org/x/sys v0.30.0 |
| golang.org/x/telemetry v0.0.0-20241220003058-cc96b6e0d3d9 |
| golang.org/x/text v0.22.0 |
| golang.org/x/tools v0.30.1-0.20250212145659-0258583e9073 |
| golang.org/x/vuln v1.1.3 |
| gopkg.in/yaml.v3 v3.0.1 |
| honnef.co/go/tools v0.5.1 |
| mvdan.cc/gofumpt v0.7.0 |
| mvdan.cc/xurls/v2 v2.5.0 |
| ) |
| |
| require ( |
| github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect |
| github.com/google/safehtml v0.1.0 // indirect |
| golang.org/x/exp/typeparams v0.0.0-20241210194714-1829a127f884 // indirect |
| gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
| ) |