Dockerfile fix

This commit is contained in:
2024-01-09 16:52:43 -07:00
parent 06b4ee7d27
commit 4234b7e7bc
3 changed files with 13 additions and 12 deletions

6
go.mod
View File

@ -1,11 +1,11 @@
module himbot
go 1.21.5
go 1.21.6
require github.com/diamondburned/arikawa/v3 v3.3.4
require (
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
)
@ -14,6 +14,6 @@ require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/replicate/replicate-go v0.14.2
github.com/sashabaranov/go-openai v1.17.10
github.com/sashabaranov/go-openai v1.17.11
golang.org/x/time v0.5.0 // indirect
)