blob: 45d87c35c3f9aea602317d9c5377b56f97148fbf [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001module sketch.dev
2
Josh Bleecher Snyderea5504c2025-07-11 16:30:52 -07003go 1.24.5
Earl Lee2e463fb2025-04-17 11:22:22 -07004
5require (
Josh Bleecher Snyder0af5fbe2025-07-14 19:40:48 +00006 github.com/Masterminds/semver/v3 v3.4.0
Josh Bleecher Snyder6e353322025-05-21 18:21:24 +00007 github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b
Philip Zeyliger33d282f2025-05-03 04:01:54 +00008 github.com/chromedp/chromedp v0.13.6
Earl Lee2e463fb2025-04-17 11:22:22 -07009 github.com/creack/pty v1.1.24
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000010 github.com/dustin/go-humanize v1.0.1
Earl Lee2e463fb2025-04-17 11:22:22 -070011 github.com/evanw/esbuild v0.25.2
12 github.com/fatih/color v1.18.0
Josh Bleecher Snyder0af5fbe2025-07-14 19:40:48 +000013 github.com/fynelabs/selfupdate v0.2.1
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000014 github.com/gliderlabs/ssh v0.3.8
Philip Zeyliger33d282f2025-05-03 04:01:54 +000015 github.com/google/uuid v1.6.0
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000016 github.com/kevinburke/ssh_config v1.2.0
Philip Zeyliger194bfa82025-06-24 06:03:06 -070017 github.com/mark3labs/mcp-go v0.32.0
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000018 github.com/oklog/ulid/v2 v2.1.0
19 github.com/pkg/sftp v1.13.9
Earl Lee2e463fb2025-04-17 11:22:22 -070020 github.com/richardlehane/crock32 v1.0.1
Josh Bleecher Snyderbfebfd12025-05-06 00:41:25 +000021 github.com/sashabaranov/go-openai v1.38.2
Josh Bleecher Snyder3dd3e412025-07-22 20:32:03 -070022 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
Sean McCulloughbaa2b592025-04-23 10:40:08 -070023 go.skia.org/infra v0.0.0-20250421160028-59e18403fd4a
24 golang.org/x/crypto v0.37.0
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000025 golang.org/x/net v0.39.0
Sean McCulloughbaa2b592025-04-23 10:40:08 -070026 golang.org/x/sync v0.13.0
Josh Bleecher Snyder67b4c772025-05-30 08:46:27 -070027 golang.org/x/term v0.32.0
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000028 golang.org/x/tools v0.32.0
Josh Bleecher Snyder67b4c772025-05-30 08:46:27 -070029 mvdan.cc/sh/v3 v3.11.1-0.20250530001257-46bb4f2b309f
Josh Bleecher Snyder828161b2025-07-08 03:44:39 +000030 tailscale.com v1.84.3
Earl Lee2e463fb2025-04-17 11:22:22 -070031)
32
33require (
Sean McCulloughbaa2b592025-04-23 10:40:08 -070034 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
Philip Zeyliger33d282f2025-05-03 04:01:54 +000035 github.com/chromedp/sysutil v1.1.0 // indirect
Philip Zeyliger5f26a342025-07-04 01:30:29 +000036 github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
Philip Zeyliger33d282f2025-05-03 04:01:54 +000037 github.com/gobwas/httphead v0.1.0 // indirect
38 github.com/gobwas/pool v0.2.1 // indirect
39 github.com/gobwas/ws v1.4.0 // indirect
Sean McCulloughcf291fa2025-05-03 17:55:48 -070040 github.com/kr/fs v0.1.0 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070041 github.com/mattn/go-colorable v0.1.13 // indirect
42 github.com/mattn/go-isatty v0.0.20 // indirect
Josh Bleecher Snyder3dd3e412025-07-22 20:32:03 -070043 github.com/pkg/diff v0.0.0-20241224192749-4e6772a4315c // indirect
Philip Zeyliger194bfa82025-06-24 06:03:06 -070044 github.com/spf13/cast v1.7.1 // indirect
45 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
Philip Zeyliger5f26a342025-07-04 01:30:29 +000046 go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070047 golang.org/x/mod v0.24.0 // indirect
Josh Bleecher Snyder67b4c772025-05-30 08:46:27 -070048 golang.org/x/sys v0.33.0 // indirect
Sean McCulloughbaa2b592025-04-23 10:40:08 -070049 golang.org/x/text v0.24.0 // indirect
Earl Lee2e463fb2025-04-17 11:22:22 -070050)
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +000051
52tool golang.org/x/tools/cmd/stringer