easybridge/go.mod

16 lines
483 B
Modula-2
Raw Normal View History

module git.deuxfleurs.fr/Deuxfleurs/easybridge
go 1.13
2020-02-16 16:53:31 +00:00
require (
2020-02-17 22:17:13 +00:00
github.com/42wim/matterbridge v1.16.5
2020-02-16 18:30:49 +00:00
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.12
2020-02-16 16:53:31 +00:00
github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
2020-02-17 22:17:13 +00:00
github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91
github.com/mattermost/mattermost-server v5.5.0+incompatible
2020-02-16 16:53:31 +00:00
github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
2020-02-17 08:41:08 +00:00
github.com/sirupsen/logrus v1.4.2
2020-02-16 18:30:49 +00:00
gopkg.in/yaml.v2 v2.2.8
2020-02-16 16:53:31 +00:00
)