12 lines
348 B
Modula-2
12 lines
348 B
Modula-2
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
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|