blob: f89d1c00266b288c780b2c335077e026a62074d4 [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001module sketch.dev
2
3go 1.24.2
4
5require (
Philip Zeyliger33d282f2025-05-03 04:01:54 +00006 github.com/chromedp/chromedp v0.13.6
Earl Lee2e463fb2025-04-17 11:22:22 -07007 github.com/creack/pty v1.1.24
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +00008 github.com/dustin/go-humanize v1.0.1
Earl Lee2e463fb2025-04-17 11:22:22 -07009 github.com/evanw/esbuild v0.25.2
10 github.com/fatih/color v1.18.0
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000011 github.com/gliderlabs/ssh v0.3.8
Earl Lee2e463fb2025-04-17 11:22:22 -070012 github.com/google/go-cmp v0.7.0
Philip Zeyliger33d282f2025-05-03 04:01:54 +000013 github.com/google/uuid v1.6.0
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000014 github.com/kevinburke/ssh_config v1.2.0
15 github.com/oklog/ulid/v2 v2.1.0
16 github.com/pkg/sftp v1.13.9
Earl Lee2e463fb2025-04-17 11:22:22 -070017 github.com/richardlehane/crock32 v1.0.1
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000018 github.com/sashabaranov/go-openai v1.38.2
Sean McCulloughbaa2b592025-04-23 10:40:08 -070019 go.skia.org/infra v0.0.0-20250421160028-59e18403fd4a
20 golang.org/x/crypto v0.37.0
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000021 golang.org/x/net v0.39.0
Sean McCulloughbaa2b592025-04-23 10:40:08 -070022 golang.org/x/sync v0.13.0
23 golang.org/x/term v0.31.0
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000024 golang.org/x/tools v0.32.0
Earl Lee2e463fb2025-04-17 11:22:22 -070025 mvdan.cc/sh/v3 v3.11.0
26)
27
28require (
Sean McCulloughbaa2b592025-04-23 10:40:08 -070029 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
Philip Zeyliger33d282f2025-05-03 04:01:54 +000030 github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b // indirect
31 github.com/chromedp/sysutil v1.1.0 // indirect
32 github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect
33 github.com/gobwas/httphead v0.1.0 // indirect
34 github.com/gobwas/pool v0.2.1 // indirect
35 github.com/gobwas/ws v1.4.0 // indirect
Sean McCulloughcf291fa2025-05-03 17:55:48 -070036 github.com/kr/fs v0.1.0 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070037 github.com/mattn/go-colorable v0.1.13 // indirect
38 github.com/mattn/go-isatty v0.0.20 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070039 golang.org/x/mod v0.24.0 // indirect
Sean McCulloughbaa2b592025-04-23 10:40:08 -070040 golang.org/x/sys v0.32.0 // indirect
41 golang.org/x/text v0.24.0 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070042)
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000043
44tool golang.org/x/tools/cmd/stringer