aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 452fe931fc34688c8304410fc6fee0ef6ca10379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/hashicorp/golang-lru v0.5.3
	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
)