easybridge/go.mod

18 lines
647 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 17:11:34 +00:00
git.deuxfleurs.fr/lx/go-xmpp v0.0.0-20200217161715-21c9a1d8b8fd
git.deuxfleurs.fr/lx/gxmpp v0.0.0-20200217161715-21c9a1d8b8fd
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
github.com/matterbridge/go-xmpp v0.0.0-20180131083630-7ec2b8b7def6
2020-02-17 17:11:34 +00:00
github.com/mattn/go-gtk v0.0.0-20191030024613-af2e013261f5
github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f // indirect
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
)