cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
tools/gofumpt/go.mod
13lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.18 |
| 4 | |
| 5 | require mvdan.cc/gofumpt v0.3.1 |
| 6 | |
| 7 | require ( |
| 8 | github.com/google/go-cmp v0.5.7 // indirect |
| 9 | golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect |
| 10 | golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
| 11 | golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect |
| 12 | golang.org/x/tools v0.1.10 // indirect |
| 13 | ) |
| 14 | |