chore: better local dev with stainless script

This commit is contained in:
adamdottv
2025-07-03 11:49:15 -05:00
parent 1dffabcfda
commit 5a0910ea79
70 changed files with 11281 additions and 2 deletions

13
packages/tui/sdk/go.mod Normal file
View File

@@ -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
)