cloudflare/pint
Publicmirrored fromhttps://github.com/cloudflare/pintAvailable
tools/deadcode/go.mod
13lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.24.0 |
| 4 | |
| 5 | tool golang.org/x/tools/cmd/deadcode |
| 6 | |
| 7 | require ( |
| 8 | golang.org/x/mod v0.26.0 // indirect |
| 9 | golang.org/x/sync v0.16.0 // indirect |
| 10 | golang.org/x/sys v0.34.0 // indirect |
| 11 | golang.org/x/telemetry v0.0.0-20250710130107-8d8967aff50b // indirect |
| 12 | golang.org/x/tools v0.35.0 // indirect |
| 13 | ) |
| 14 | |