23 lines
900 B
Modula-2
23 lines
900 B
Modula-2
module git.deuxfleurs.fr/Deuxfleurs/easybridge
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/42wim/matterbridge v1.16.5
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
|
|
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
|
|
github.com/go-ldap/ldap/v3 v3.1.7
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/gorilla/sessions v1.2.0
|
|
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.11.1+incompatible
|
|
github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
|
|
github.com/rs/xid v1.2.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|