Removed dependencies

This commit is contained in:
2024-01-03 14:35:50 -07:00
parent 06074fb84a
commit d23e5cea74
2 changed files with 6 additions and 21 deletions

5
go.mod
View File

@ -5,9 +5,6 @@ go 1.21.5
require github.com/diamondburned/arikawa/v3 v3.3.4
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/tilinna/clock v1.0.2 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
)
@ -16,8 +13,6 @@ require (
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/mediocregopher/radix/v4 v4.1.4
github.com/redis/go-redis/v9 v9.3.1
github.com/replicate/replicate-go v0.14.2
github.com/sashabaranov/go-openai v1.17.10
golang.org/x/time v0.5.0 // indirect