From 5c60cefc7ecd50d536c1d655dce5b0dee34a4836 Mon Sep 17 00:00:00 2001 From: Richard Weerasinghe Date: Mon, 12 Jun 2023 12:20:45 +1200 Subject: [PATCH] go deps upgrade and tidy --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 509112c..dedfbfa 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( require ( github.com/hashicorp/terraform-plugin-log v0.9.0 - github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29 + github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396 ) require ( diff --git a/go.sum b/go.sum index ddf505c..f20e08e 100644 --- a/go.sum +++ b/go.sum @@ -155,8 +155,8 @@ github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFR github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0= -github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29 h1:5B7TJlGmxOM38a8FQ+ZOxzMcfzcBob6ZQ6j4zHMSBp8= -github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29/go.mod h1:FsqF4u4OHs6BFjFuQavyHuqI8eWDt68fdLvfP/gXns8= +github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396 h1:flph1ym+D8rDVYiQuHFJpdGWrex7j9aadUQubpyZiHY= +github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396/go.mod h1:FsqF4u4OHs6BFjFuQavyHuqI8eWDt68fdLvfP/gXns8= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=