init commit with sending hello world xmpp message
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user