openwebui-telegram/go.mod

9 lines
153 B
Modula-2
Raw Normal View History

module github.com/sid-sun/openwebui-bot
go 1.21
require (
github.com/bep/debounce v1.2.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
)