From 7bfbe6a62ddccc0a286efaab7ef5041a7b5db251 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Sun, 20 Oct 2024 10:57:57 -0400 Subject: [PATCH] chore: bump gptscript and go-gptscript This change picks up the workspace tool global settings Signed-off-by: Donnie Adams --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index a250084a..2eca3d93 100644 --- a/go.mod +++ b/go.mod @@ -19,8 +19,8 @@ require ( github.com/google/go-github/v62 v62.0.0 github.com/google/uuid v1.6.0 github.com/gptscript-ai/cmd v0.0.0-20240907001148-ffd49061124a - github.com/gptscript-ai/go-gptscript v0.9.6-0.20241018203427-d85190d96d31 - github.com/gptscript-ai/gptscript v0.9.6-0.20241018201357-376315dc9a26 + github.com/gptscript-ai/go-gptscript v0.9.6-0.20241020145205-d72fa0553119 + github.com/gptscript-ai/gptscript v0.9.6-0.20241020145319-366104477158 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de github.com/oauth2-proxy/oauth2-proxy/v7 v7.0.0-00010101000000-000000000000 github.com/otto8-ai/otto8/apiclient v0.0.0-00010101000000-000000000000 diff --git a/go.sum b/go.sum index b28a6a33..3bbd2f3d 100644 --- a/go.sum +++ b/go.sum @@ -359,10 +359,10 @@ github.com/gptscript-ai/chat-completion-client v0.0.0-20240813051153-a440ada7e3c github.com/gptscript-ai/chat-completion-client v0.0.0-20240813051153-a440ada7e3c3/go.mod h1:7P/o6/IWa1KqsntVf68hSnLKuu3+xuqm6lYhch1w4jo= github.com/gptscript-ai/cmd v0.0.0-20240907001148-ffd49061124a h1:LX7AOcbBoTnUk/233EARaZMnyQO66yXM9lyigniich4= github.com/gptscript-ai/cmd v0.0.0-20240907001148-ffd49061124a/go.mod h1:DJAo1xTht1LDkNYFNydVjTHd576TC7MlpsVRl3oloVw= -github.com/gptscript-ai/go-gptscript v0.9.6-0.20241018203427-d85190d96d31 h1:/JkbF6huYw1jEMMo64Cj5SgwQl1QGQwlIbps0qSjLYs= -github.com/gptscript-ai/go-gptscript v0.9.6-0.20241018203427-d85190d96d31/go.mod h1:/FVuLwhz+sIfsWUgUHWKi32qT0i6+IXlUlzs70KKt/Q= -github.com/gptscript-ai/gptscript v0.9.6-0.20241018201357-376315dc9a26 h1:cQIH98ALqU6monGjON+j+y0QRBY5O4Apf+FSfQGO29U= -github.com/gptscript-ai/gptscript v0.9.6-0.20241018201357-376315dc9a26/go.mod h1:+CC86EbcmMMBgvv5NBqHzep63SobtB5vhNOq4i6aPrA= +github.com/gptscript-ai/go-gptscript v0.9.6-0.20241020145205-d72fa0553119 h1:7ettKtKssIPzfCsgUuyw8CYLRLMNmdavnCFPwn2scbU= +github.com/gptscript-ai/go-gptscript v0.9.6-0.20241020145205-d72fa0553119/go.mod h1:/FVuLwhz+sIfsWUgUHWKi32qT0i6+IXlUlzs70KKt/Q= +github.com/gptscript-ai/gptscript v0.9.6-0.20241020145319-366104477158 h1:RjTaHjx9HK3gu+YwT1abnr7TjK/9/PsVR+mIyBl6ODU= +github.com/gptscript-ai/gptscript v0.9.6-0.20241020145319-366104477158/go.mod h1:+CC86EbcmMMBgvv5NBqHzep63SobtB5vhNOq4i6aPrA= github.com/gptscript-ai/tui v0.0.0-20240923192013-172e51ccf1d6 h1:vkgNZVWQgbE33VD3z9WKDwuu7B/eJVVMMPM62ixfCR8= github.com/gptscript-ai/tui v0.0.0-20240923192013-172e51ccf1d6/go.mod h1:frrl/B+ZH3VSs3Tqk2qxEIIWTONExX3tuUa4JsVnqx4= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=