llm mail integration
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,6 +3,8 @@ module my-brain-importer
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.29.0
|
||||
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
||||
github.com/qdrant/go-client v1.12.0
|
||||
github.com/sashabaranov/go-openai v1.37.0
|
||||
google.golang.org/grpc v1.71.0
|
||||
@@ -10,7 +12,8 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.29.0 // indirect
|
||||
github.com/emersion/go-message v0.18.2 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
golang.org/x/crypto v0.32.0 // indirect
|
||||
golang.org/x/net v0.34.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user