cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
tools/gofumpt/go.mod
13lines · modecode
| 1 | module _ |
| 2 | |
| 3 | go 1.19 |
| 4 | |
| 5 | require mvdan.cc/gofumpt v0.4.0 |
| 6 | |
| 7 | require ( |
| 8 | github.com/google/go-cmp v0.5.8 // indirect |
| 9 | golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect |
| 10 | golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect |
| 11 | golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect |
| 12 | golang.org/x/tools v0.1.12 // indirect |
| 13 | ) |
| 14 | |