| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 1 | module sketch.dev |
| 2 | |
| Josh Bleecher Snyder | 2a32f01 | 2025-06-05 19:40:07 -0700 | [diff] [blame] | 3 | go 1.24.4 |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 4 | |
| 5 | require ( |
| Josh Bleecher Snyder | 6e35332 | 2025-05-21 18:21:24 +0000 | [diff] [blame] | 6 | github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b |
| Philip Zeyliger | 33d282f | 2025-05-03 04:01:54 +0000 | [diff] [blame] | 7 | github.com/chromedp/chromedp v0.13.6 |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 8 | github.com/creack/pty v1.1.24 |
| Josh Bleecher Snyder | bfebfd1 | 2025-05-06 00:41:25 +0000 | [diff] [blame] | 9 | github.com/dustin/go-humanize v1.0.1 |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 10 | github.com/evanw/esbuild v0.25.2 |
| 11 | github.com/fatih/color v1.18.0 |
| Josh Bleecher Snyder | bfebfd1 | 2025-05-06 00:41:25 +0000 | [diff] [blame] | 12 | github.com/gliderlabs/ssh v0.3.8 |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 13 | github.com/google/go-cmp v0.7.0 |
| Philip Zeyliger | 33d282f | 2025-05-03 04:01:54 +0000 | [diff] [blame] | 14 | github.com/google/uuid v1.6.0 |
| Josh Bleecher Snyder | bfebfd1 | 2025-05-06 00:41:25 +0000 | [diff] [blame] | 15 | github.com/kevinburke/ssh_config v1.2.0 |
| Philip Zeyliger | 194bfa8 | 2025-06-24 06:03:06 -0700 | [diff] [blame^] | 16 | github.com/mark3labs/mcp-go v0.32.0 |
| Josh Bleecher Snyder | bfebfd1 | 2025-05-06 00:41:25 +0000 | [diff] [blame] | 17 | github.com/oklog/ulid/v2 v2.1.0 |
| 18 | github.com/pkg/sftp v1.13.9 |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 19 | github.com/richardlehane/crock32 v1.0.1 |
| Josh Bleecher Snyder | bfebfd1 | 2025-05-06 00:41:25 +0000 | [diff] [blame] | 20 | github.com/sashabaranov/go-openai v1.38.2 |
| Sean McCullough | baa2b59 | 2025-04-23 10:40:08 -0700 | [diff] [blame] | 21 | go.skia.org/infra v0.0.0-20250421160028-59e18403fd4a |
| 22 | golang.org/x/crypto v0.37.0 |
| Josh Bleecher Snyder | 833a0f8 | 2025-04-24 18:39:36 +0000 | [diff] [blame] | 23 | golang.org/x/net v0.39.0 |
| Sean McCullough | baa2b59 | 2025-04-23 10:40:08 -0700 | [diff] [blame] | 24 | golang.org/x/sync v0.13.0 |
| Josh Bleecher Snyder | 67b4c77 | 2025-05-30 08:46:27 -0700 | [diff] [blame] | 25 | golang.org/x/term v0.32.0 |
| Josh Bleecher Snyder | 833a0f8 | 2025-04-24 18:39:36 +0000 | [diff] [blame] | 26 | golang.org/x/tools v0.32.0 |
| Josh Bleecher Snyder | 67b4c77 | 2025-05-30 08:46:27 -0700 | [diff] [blame] | 27 | mvdan.cc/sh/v3 v3.11.1-0.20250530001257-46bb4f2b309f |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 28 | ) |
| 29 | |
| 30 | require ( |
| Sean McCullough | baa2b59 | 2025-04-23 10:40:08 -0700 | [diff] [blame] | 31 | github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect |
| Philip Zeyliger | 33d282f | 2025-05-03 04:01:54 +0000 | [diff] [blame] | 32 | github.com/chromedp/sysutil v1.1.0 // indirect |
| 33 | github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect |
| 34 | github.com/gobwas/httphead v0.1.0 // indirect |
| 35 | github.com/gobwas/pool v0.2.1 // indirect |
| 36 | github.com/gobwas/ws v1.4.0 // indirect |
| Sean McCullough | cf291fa | 2025-05-03 17:55:48 -0700 | [diff] [blame] | 37 | github.com/kr/fs v0.1.0 // indirect |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 38 | github.com/mattn/go-colorable v0.1.13 // indirect |
| 39 | github.com/mattn/go-isatty v0.0.20 // indirect |
| Philip Zeyliger | 194bfa8 | 2025-06-24 06:03:06 -0700 | [diff] [blame^] | 40 | github.com/spf13/cast v1.7.1 // indirect |
| 41 | github.com/yosida95/uritemplate/v3 v3.0.2 // indirect |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 42 | golang.org/x/mod v0.24.0 // indirect |
| Josh Bleecher Snyder | 67b4c77 | 2025-05-30 08:46:27 -0700 | [diff] [blame] | 43 | golang.org/x/sys v0.33.0 // indirect |
| Sean McCullough | baa2b59 | 2025-04-23 10:40:08 -0700 | [diff] [blame] | 44 | golang.org/x/text v0.24.0 // indirect |
| Earl Lee | 2e463fb | 2025-04-17 11:22:22 -0700 | [diff] [blame] | 45 | ) |
| Josh Bleecher Snyder | 833a0f8 | 2025-04-24 18:39:36 +0000 | [diff] [blame] | 46 | |
| 47 | tool golang.org/x/tools/cmd/stringer |