-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 947 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module go.jetify.com/ai
go 1.24.0
require (
github.com/anthropics/anthropic-sdk-go v1.19.0
github.com/google/jsonschema-go v0.3.0
github.com/k0kubun/pp/v3 v3.5.0
github.com/openai/openai-go/v2 v2.7.1
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
go.jetify.com/pkg v0.0.0-20251201231142-abe4fc632859
go.jetify.com/sse v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/dnaeon/go-vcr.v4 v4.0.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)