Compare commits

..

2 commits

Author SHA1 Message Date
b262ed5769 Merge branch 'renovate/registry.durp.info-golang-1.x' into 'main'
Update registry.durp.info/golang Docker tag to v1.26

See merge request durfy/apps/durpot!4
2026-03-07 12:32:53 +00:00
RenovateBot
1b89cdcf47 Update registry.durp.info/golang Docker tag to v1.26 2026-03-01 07:00:42 +00:00
3 changed files with 2 additions and 4 deletions

View file

@ -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

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.19
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/sashabaranov/go-openai v1.41.2
github.com/sashabaranov/go-openai v1.5.7
)
require (

2
go.sum
View file

@ -4,8 +4,6 @@ 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=