-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.43 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/studieren-ohne-grenzen/mattermost-ldap
go 1.14
require (
github.com/RangelReale/osin v1.0.1
github.com/ansel1/merry v1.5.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
github.com/felipeweb/gopher-utils v0.0.0-20161101033030-05a00fc86ef5 // indirect
github.com/felipeweb/osin-mysql v0.0.0-20170620113854-269603eb06cf
github.com/go-ldap/ldap v3.0.3+incompatible
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jasonlvhit/gocron v0.0.0-20200423141508-ab84337f7963
github.com/mattermost/mattermost-server v5.11.1+incompatible
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.15.0 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)