cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
tools/deadcode/go.mod
13lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.25.0 |
| 4 | |
| 5 | tool golang.org/x/tools/cmd/deadcode |
| 6 | |
| 7 | require ( |
| 8 | golang.org/x/mod v0.28.0 // indirect |
| 9 | golang.org/x/sync v0.17.0 // indirect |
| 10 | golang.org/x/sys v0.36.0 // indirect |
| 11 | golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect |
| 12 | golang.org/x/tools v0.37.0 // indirect |
| 13 | ) |
| 14 | |