blob: 9c826c6149e68e68a7d662415a3a4eca09f70aa4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module git.deuxfleurs.fr/Deuxfleurs/easybridge
go 1.13
require (
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-20180131083630-7ec2b8b7def6
github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.8
)
|