cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
tools/deadcode/go.mod
13lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.26.0 |
| 4 | |
| 5 | tool golang.org/x/tools/cmd/deadcode |
| 6 | |
| 7 | require ( |
| 8 | golang.org/x/mod v0.35.0 // indirect |
| 9 | golang.org/x/sync v0.20.0 // indirect |
| 10 | golang.org/x/sys v0.43.0 // indirect |
| 11 | golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect |
| 12 | golang.org/x/tools v0.44.0 // indirect |
| 13 | ) |
| 14 | |