feat: update anthropic-sdk-go to v1.13.0 and add new model

- Upgrade `anthropic-sdk-go` to version 1.13.0
- Add `ModelClaudeSonnet4_5` to supported models list
This commit is contained in:
Kayvan Sylvan
2025-09-30 06:35:37 -07:00
parent 6eee447026
commit 94e8d69dac
4 changed files with 10 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/danielmiessler/fabric
go 1.25.1
require (
github.com/anthropics/anthropic-sdk-go v1.12.0
github.com/anthropics/anthropic-sdk-go v1.13.0
github.com/atotto/clipboard v0.1.4
github.com/aws/aws-sdk-go-v2 v1.39.0
github.com/aws/aws-sdk-go-v2/config v1.31.8