forked from 42wim/matterircd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
17 lines (16 loc) · 752 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/42wim/matterircd
require (
github.com/42wim/matterbridge v1.14.2-0.20190401221558-17cc14a9d235
github.com/BurntSushi/toml v0.3.1
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
github.com/mattermost/mattermost-server v5.9.0+incompatible
github.com/nicksnyder/go-i18n v1.9.0 // indirect
github.com/nlopes/slack v0.5.0
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
github.com/sirupsen/logrus v1.3.0
github.com/sorcix/irc v0.0.0-20160513142731-d007bfcbaef1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f
)