From 03c35a2fbc3cebd5cacea97bba981329964ec621 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 28 Feb 2026 07:01:02 +0000 Subject: [PATCH 1/2] Update module github.com/sashabaranov/go-openai to v1.41.2 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f0c1e2..9daf6b9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/bwmarrin/discordgo v0.26.1 - github.com/sashabaranov/go-openai v1.5.7 + github.com/sashabaranov/go-openai v1.41.2 ) require ( diff --git a/go.sum b/go.sum index 933108e..3331fb6 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0U github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/sashabaranov/go-openai v1.5.7 h1:8DGgRG+P7yWixte5j720y6yiXgY3Hlgcd0gcpHdltfo= github.com/sashabaranov/go-openai v1.5.7/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg= +github.com/sashabaranov/go-openai v1.41.2 h1:vfPRBZNMpnqu8ELsclWcAvF19lDNgh1t6TVfFFOPiSM= +github.com/sashabaranov/go-openai v1.41.2/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8LoP3mpSgBW8BUoxtEdbXg= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= From 1b89cdcf47c69bb658d95e2113f8c98416215aec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 1 Mar 2026 07:00:42 +0000 Subject: [PATCH 2/2] Update registry.durp.info/golang Docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffffea0..43a9e37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.durp.info/golang:1.20-alpine +FROM registry.durp.info/golang:1.26-alpine RUN chmod -R o=,g=rwX /go RUN mkdir /app