summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/go/go.mod
blob: 5b6eb403fc2bc4bcea7a6c408c4fc649ad69c85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/sst/opencode-sdk-go

go 1.22

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
)