summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/sdk/go.mod
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-07-03 11:49:15 -0500
committeradamdottv <[email protected]>2025-07-03 11:49:15 -0500
commit5a0910ea79b3f219c64f922fc775636b2bfdf07c (patch)
tree6f3288101eb3aa99fdc31cfaf5e07e4990cc8954 /packages/tui/sdk/go.mod
parent1dffabcfdaeefd3bc08a51b625047185bade3a4d (diff)
downloadopencode-5a0910ea79b3f219c64f922fc775636b2bfdf07c.tar.gz
opencode-5a0910ea79b3f219c64f922fc775636b2bfdf07c.zip
chore: better local dev with stainless script
Diffstat (limited to 'packages/tui/sdk/go.mod')
-rw-r--r--packages/tui/sdk/go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/tui/sdk/go.mod b/packages/tui/sdk/go.mod
new file mode 100644
index 000000000..2817d3013
--- /dev/null
+++ b/packages/tui/sdk/go.mod
@@ -0,0 +1,13 @@
+module github.com/sst/opencode-sdk-go
+
+go 1.21
+
+require (
+ github.com/tidwall/gjson v1.14.4
+ github.com/tidwall/sjson v1.2.5
+)
+
+require (
+ github.com/tidwall/match v1.1.1 // indirect
+ github.com/tidwall/pretty v1.2.1 // indirect
+)