2024-03-05 21:27:36 +01:00
|
|
|
module github.com/lyx0/ollama-twitch-bot
|
2024-03-03 00:07:33 +01:00
|
|
|
|
|
|
|
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
|