Skip to content

Commit e9f5474

Browse files
fix(deps): update module github.com/liushuangls/go-anthropic/v2 to v2.17.3
1 parent a504b28 commit e9f5474

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stillmatic/gollum
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
cloud.google.com/go/vertexai v0.13.0
@@ -12,11 +12,11 @@ require (
1212
github.com/invopop/jsonschema v0.12.0
1313
github.com/joho/godotenv v1.5.1
1414
github.com/klauspost/compress v1.17.2
15-
github.com/liushuangls/go-anthropic/v2 v2.13.0
15+
github.com/liushuangls/go-anthropic/v2 v2.17.3
1616
github.com/pkg/errors v0.9.1
1717
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
1818
github.com/sashabaranov/go-openai v1.36.1
19-
github.com/stretchr/testify v1.9.0
19+
github.com/stretchr/testify v1.11.1
2020
github.com/viterin/vek v0.4.2
2121
go.uber.org/mock v0.3.0
2222
gocloud.dev v0.38.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
146146
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
147147
github.com/liushuangls/go-anthropic/v2 v2.13.0 h1:f7KJ54IHxIpHPPhrCzs3SrdP2PfErXiJcJn7DUVstSA=
148148
github.com/liushuangls/go-anthropic/v2 v2.13.0/go.mod h1:5ZwRLF5TQ+y5s/MC9Z1IJYx9WUFgQCKfqFM2xreIQLk=
149+
github.com/liushuangls/go-anthropic/v2 v2.17.3 h1:RXJrjpQ0hojgB75Lk6WuFtJ6+4gbXtgSzZchkbOQznQ=
150+
github.com/liushuangls/go-anthropic/v2 v2.17.3/go.mod h1:a550cJXPoTG2FL3DvfKG2zzD5O2vjgvo4tHtoGPzFLU=
149151
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
150152
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
151153
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
@@ -171,6 +173,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
171173
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
172174
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
173175
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
176+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
177+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
174178
github.com/viterin/partial v1.1.0 h1:iH1l1xqBlapXsYzADS1dcbizg3iQUKTU1rbwkHv/80E=
175179
github.com/viterin/partial v1.1.0/go.mod h1:oKGAo7/wylWkJTLrWX8n+f4aDPtQMQ6VG4dd2qur5QA=
176180
github.com/viterin/vek v0.4.2 h1:Vyv04UjQT6gcjEFX82AS9ocgNbAJqsHviheIBdPlv5U=

0 commit comments

Comments
 (0)