mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 06:53:18 +00:00
fix: update anthropic-sdk-go dependency version
This commit is contained in:
committed by
Arik Jones (aider)
parent
9ed53c286a
commit
f0dce84dbd
6
go.mod
6
go.mod
@@ -3,11 +3,15 @@ module github.com/tnypxl/rollup
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/anthropics/anthropic-sdk-go v0.4.1
|
||||
github.com/anthropics/anthropic-sdk-go v0.1.0-alpha.1
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user