chen/go.mod
yakumo.izuru 465ff0d59f It seems I'd either have to somehow fix the Python thing, or create a whole XMPP bot framework in Golang, should I rewrite it
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/chen/trunk@40 32723744-9b23-0b4a-b1da-9b2e968f9461
2024-04-02 01:22:38 +00:00

14 lines
294 B
Modula-2

module git.chaotic.ninja/yakumo_izuru/chen
go 1.20
require (
github.com/jbuchbinder/go-xmppbot v0.0.0-20201202211837-603b6f40c1d1
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/mattn/go-xmpp v0.0.0-20190124093244-6093f50721ed // indirect
github.com/stretchr/testify v1.9.0 // indirect
)