
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/chen/trunk@40 32723744-9b23-0b4a-b1da-9b2e968f9461
14 lines
294 B
Modula-2
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
|
|
)
|