initial commit

This commit is contained in:
marko
2024-10-03 15:52:06 +02:00
parent b9656c91bb
commit d928a681f9
8 changed files with 328 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module gitea.dmz.rs/bauljamic123arlijam/neko-u-krovu-bot
go 1.23.1
require github.com/xmppo/go-xmpp v0.2.1
require github.com/stretchr/testify v1.9.0 // indirect
require (
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
gopkg.in/ini.v1 v1.67.0
)