File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ require (
3939 github.com/charmbracelet/x/termios v0.1.1 // indirect
4040 github.com/charmbracelet/x/windows v0.2.2 // indirect
4141 github.com/google/jsonschema-go v0.4.2 // indirect
42+ github.com/invopop/jsonschema v0.13.0 // indirect
4243 github.com/jackc/pgpassfile v1.0.0 // indirect
4344 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
4445 github.com/jackc/pgx/v5 v5.9.2 // indirect
@@ -63,7 +64,7 @@ require (
6364 cloud.google.com/go/auth v0.20.0 // indirect
6465 cloud.google.com/go/compute/metadata v0.9.0 // indirect
6566 github.com/alecthomas/chroma/v2 v2.23.1 // indirect
66- github.com/anthropics/anthropic-sdk-go v1.37 .0 // indirect
67+ github.com/anthropics/anthropic-sdk-go v1.38 .0 // indirect
6768 github.com/atotto/clipboard v0.1.4 // indirect
6869 github.com/aymerick/douceur v0.2.0 // indirect
6970 github.com/bahlo/generic-list-go v0.2.0 // indirect
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs
3030github.com/alecthomas/repr v0.5.2 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
3131github.com/anthropics/anthropic-sdk-go v1.37.0 h1:yBKUaBG3TCRb6das/Q5qNB9Fsafon09gu2yYVgvapKE =
3232github.com/anthropics/anthropic-sdk-go v1.37.0 /go.mod h1:dSIO7kSrOI7MA4fE6RRVaw8tyWP7HNQU5/H/KS4cax8 =
33+ github.com/anthropics/anthropic-sdk-go v1.38.0 h1:bA4DcK+91gorIX+5VTONnynyt9LRU4nnN6rRQ+j/NIg =
34+ github.com/anthropics/anthropic-sdk-go v1.38.0 /go.mod h1:d288C1L+m74OYuYBvc4UFtR1Q8J0gC55oYDh2t+XxdI =
3335github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4 =
3436github.com/atotto/clipboard v0.1.4 /go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI =
3537github.com/aymanbagabas/go-udiff v0.4.1 h1:OEIrQ8maEeDBXQDoGCbbTTXYJMYRCRO1fnodZ12Gv5o =
@@ -141,6 +143,8 @@ github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSAS
141143github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
142144github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
143145github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
146+ github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E =
147+ github.com/invopop/jsonschema v0.13.0 /go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0 =
144148github.com/itchyny/gojq v0.12.19 h1:ttXA0XCLEMoaLOz5lSeFOZ6u6Q3QxmG46vfgI4O0DEs =
145149github.com/itchyny/gojq v0.12.19 /go.mod h1:5galtVPDywX8SPSOrqjGxkBeDhSxEW1gSxoy7tn1iZY =
146150github.com/itchyny/timefmt-go v0.1.8 h1:1YEo1JvfXeAHKdjelbYr/uCuhkybaHCeTkH8Bo791OI =
You can’t perform that action at this time.
0 commit comments