16 lines
341 B
Modula-2
16 lines
341 B
Modula-2
|
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
|
||
|
)
|