File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module chat
3
3
go 1.24.2
4
4
5
5
require (
6
- github.com/anthropics/anthropic-sdk-go v1.6.2
6
+ github.com/anthropics/anthropic-sdk-go v1.11.0
7
7
github.com/invopop/jsonschema v0.13.0
8
8
)
9
9
10
10
require (
11
11
github.com/bahlo/generic-list-go v0.2.0 // indirect
12
12
github.com/buger/jsonparser v1.1.1 // indirect
13
13
github.com/mailru/easyjson v0.7.7 // indirect
14
- github.com/tidwall/gjson v1.14.4 // indirect
14
+ github.com/tidwall/gjson v1.18.0 // indirect
15
15
github.com/tidwall/match v1.1.1 // indirect
16
16
github.com/tidwall/pretty v1.2.1 // indirect
17
17
github.com/tidwall/sjson v1.2.5 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/anthropics/anthropic-sdk-go v1.6.2 h1:oORA212y0/zAxe7OPvdgIbflnn/x5PGk5uwjF60GqXM =
2
2
github.com/anthropics/anthropic-sdk-go v1.6.2 /go.mod h1:3qSNQ5NrAmjC8A2ykuruSQttfqfdEYNZY5o8c0XSHB8 =
3
+ github.com/anthropics/anthropic-sdk-go v1.11.0 h1:Ic72+3QvCwZA/nHgkVNXkfU7ktEEv9CZUnBech9HuK4 =
4
+ github.com/anthropics/anthropic-sdk-go v1.11.0 /go.mod h1:WTz31rIUHUHqai2UslPpw5CwXrQP3geYBioRV4WOLvE =
3
5
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk =
4
6
github.com/bahlo/generic-list-go v0.2.0 /go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg =
5
7
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
@@ -18,6 +20,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
18
20
github.com/tidwall/gjson v1.14.2 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
19
21
github.com/tidwall/gjson v1.14.4 h1:uo0p8EbA09J7RQaflQ1aBRffTR7xedD2bcIVSYxLnkM =
20
22
github.com/tidwall/gjson v1.14.4 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
23
+ github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY =
24
+ github.com/tidwall/gjson v1.18.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
21
25
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA =
22
26
github.com/tidwall/match v1.1.1 /go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM =
23
27
github.com/tidwall/pretty v1.2.0 /go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU =
You can’t perform that action at this time.
0 commit comments