15 lines
483 B
Modula-2
15 lines
483 B
Modula-2
module git.deuxfleurs.fr/Deuxfleurs/easybridge
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/42wim/matterbridge v1.16.5
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
|
|
github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91
|
|
github.com/mattermost/mattermost-server v5.5.0+incompatible
|
|
github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
|
|
github.com/sirupsen/logrus v1.4.2
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|