init commit with sending hello world xmpp message

This commit is contained in:
Txrpe
2024-11-18 00:27:56 +01:00
commit c868f76681
5 changed files with 123 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module gitea.dmz.rs/txrpe/event-bot
go 1.23.1
require github.com/xmppo/go-xmpp v0.2.6
require github.com/apognu/gocal v0.9.1
require gopkg.in/ini.v1 v1.67.0
require (
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
)