aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2d294c700839dc0c3c7101e6a0cd1bbc933b3c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module git.deuxfleurs.fr/Deuxfleurs/easybridge

go 1.13

require (
	git.deuxfleurs.fr/lx/go-xmpp v0.0.0-20200217161715-21c9a1d8b8fd
	git.deuxfleurs.fr/lx/gxmpp v0.0.0-20200217161715-21c9a1d8b8fd
	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-gtk v0.0.0-20191030024613-af2e013261f5
	github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f // indirect
	github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
	github.com/sirupsen/logrus v1.4.2
	gopkg.in/yaml.v2 v2.2.8
)