You've already forked grok
17 lines
392 B
Modula-2
17 lines
392 B
Modula-2
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
|
|
)
|