cloudflare/pint
Publicmirrored fromhttps://github.com/cloudflare/pintAvailable
tools/betteralign/go.mod
17lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.24.0 |
| 4 | |
| 5 | tool github.com/dkorunic/betteralign/cmd/betteralign |
| 6 | |
| 7 | require ( |
| 8 | github.com/KimMachineGun/automemlimit v0.7.2 // indirect |
| 9 | github.com/dkorunic/betteralign v0.7.1 // indirect |
| 10 | github.com/google/renameio/v2 v2.0.0 // indirect |
| 11 | github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect |
| 12 | github.com/sirkon/dst v0.26.4 // indirect |
| 13 | go.uber.org/automaxprocs v1.6.0 // indirect |
| 14 | golang.org/x/mod v0.25.0 // indirect |
| 15 | golang.org/x/sync v0.15.0 // indirect |
| 16 | golang.org/x/tools v0.34.0 // indirect |
| 17 | ) |
| 18 | |