Updating to Mixtral

This commit is contained in:
2024-04-07 22:08:38 -06:00
parent 8a944a1e31
commit 655409ea1a
3 changed files with 16 additions and 20 deletions

6
go.mod
View File

@ -6,12 +6,12 @@ require github.com/diamondburned/arikawa/v3 v3.3.5
require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)
require (
github.com/aws/aws-sdk-go v1.51.8
github.com/aws/aws-sdk-go v1.51.16
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1