mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
11 lines
219 B
Modula-2
11 lines
219 B
Modula-2
module github.com/nouryxd/ollama-twitch-bot
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/gempir/go-twitch-irc/v4 v4.0.0
|
|
github.com/joho/godotenv v1.5.1
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require go.uber.org/multierr v1.10.0 // indirect
|