chore: better local dev with stainless script
This commit is contained in:
13
packages/tui/sdk/go.mod
Normal file
13
packages/tui/sdk/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user