aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-16 19:30:49 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-16 19:30:49 +0100
commit046ec6380b7bb363e537ade7fd254b5505dde32d (patch)
tree05d8778d02a0c815d75491937e1e41a906450a58 /go.mod
parent225fc84f097aa615239df6deece647a19794234a (diff)
downloadeasybridge-046ec6380b7bb363e537ade7fd254b5505dde32d.tar.gz
easybridge-046ec6380b7bb363e537ade7fd254b5505dde32d.zip
Some infrastructure
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 00f04ae..a2b6364 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,10 @@ 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
)