| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 1 | module sketch.dev |
| 2 | |
| 3 | go 1.24.2 |
| 4 | |
| 5 | require ( |
| 6 | github.com/creack/pty v1.1.24 |
| 7 | github.com/evanw/esbuild v0.25.2 |
| 8 | github.com/fatih/color v1.18.0 |
| 9 | github.com/google/go-cmp v0.7.0 |
| 10 | github.com/richardlehane/crock32 v1.0.1 |
| 11 | golang.org/x/net v0.38.0 |
| 12 | golang.org/x/sync v0.12.0 |
| 13 | golang.org/x/term v0.30.0 |
| 14 | golang.org/x/tools v0.31.0 |
| 15 | mvdan.cc/sh/v3 v3.11.0 |
| 16 | ) |
| 17 | |
| 18 | require ( |
| 19 | github.com/mattn/go-colorable v0.1.13 // indirect |
| 20 | github.com/mattn/go-isatty v0.0.20 // indirect |
| Sean McCullough | d9f1337 | 2025-04-21 15:08:49 -0700 | [diff] [blame] | 21 | go.skia.org/infra v0.0.0-20250421160028-59e18403fd4a // indirect |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 22 | golang.org/x/mod v0.24.0 // indirect |
| 23 | golang.org/x/sys v0.31.0 // indirect |
| 24 | golang.org/x/text v0.23.0 // indirect |
| 25 | ) |