From fffc42b2b32ccf3ed04c41730465c15c686a9592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:08:12 +0000 Subject: [PATCH] Update module github.com/sashabaranov/go-gpt3 to v1.4.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index df08354..54696c0 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/bwmarrin/discordgo v0.27.0 - github.com/sashabaranov/go-gpt3 v1.3.3 + github.com/sashabaranov/go-gpt3 v1.4.2 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2