feat: Update Anthropic SDK usage to latest version

This commit is contained in:
Arik Jones (aider)
2024-09-03 11:30:38 -05:00
parent f0dce84dbd
commit 5d9dcc6df4
2 changed files with 11 additions and 9 deletions

6
go.mod
View File

@@ -3,15 +3,11 @@ module github.com/tnypxl/rollup
go 1.23
require (
github.com/anthropics/anthropic-sdk-go v0.1.0-alpha.1
github.com/anthropics/anthropic-sdk-go v0.5.0
github.com/spf13/cobra v1.8.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)