You've already forked grok
absolute cinema
This commit is contained in:
13
go.mod
13
go.mod
@@ -1,3 +1,16 @@
|
||||
module git.hashlag.net/lezzercringe/grok
|
||||
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/openai/openai-go/v3 v3.17.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.18.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user