diff --git a/go.mod b/go.mod index 00581ac..dd4ef54 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/goccy/go-yaml v1.19.2 github.com/itchyny/json2yaml v0.1.5 github.com/muesli/reflow v0.3.0 - github.com/openai/openai-go/v3 v3.63.1 + github.com/openai/openai-go/v3 v3.64.0 github.com/stretchr/testify v1.12.1 github.com/tidwall/gjson v1.19.0 github.com/tidwall/pretty v1.2.1 diff --git a/go.sum b/go.sum index 3dc8b54..80e07cc 100644 --- a/go.sum +++ b/go.sum @@ -51,8 +51,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s= github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8= github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc= github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= -github.com/openai/openai-go/v3 v3.63.1 h1:/OiQNzBQAdbu7foAnYcS9iBauG4n53nyiVDHt5CU3KQ= -github.com/openai/openai-go/v3 v3.63.1/go.mod h1:dE39tezpSvL+SHpkZQm7XhSc8BOLDzu8CEh1mHc9MzU= +github.com/openai/openai-go/v3 v3.64.0 h1:352b0v1YtNDuDEMeX8Y+3+2mTjyZUupy+FmsrFsUK9g= +github.com/openai/openai-go/v3 v3.64.0/go.mod h1:dE39tezpSvL+SHpkZQm7XhSc8BOLDzu8CEh1mHc9MzU= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=