forked from innogames/slack-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.69 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
34
35
36
37
38
39
module github.com/innogames/slack-bot
go 1.12
require (
github.com/PuloV/ics-golang v0.0.0-20190808201353-a3394d3bcade
github.com/ae6rt/retry v2.0.0+incompatible // indirect
github.com/alicebob/miniredis/v2 v2.11.1
github.com/bndr/gojenkins v1.0.1
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/structs v1.1.0 // indirect
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gookit/color v1.2.0
github.com/gorilla/websocket v1.4.1 // indirect
github.com/imdario/mergo v0.3.8
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975
github.com/nlopes/slack v0.6.1-0.20191102135824-0ca886f4c4ff
github.com/pkg/errors v0.8.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/texttheater/golang-levenshtein v0.0.0-20190717060638-b7aaf30637d6
github.com/trivago/tgo v1.0.7 // indirect
github.com/xanzy/go-gitlab v0.22.2
github.com/xoom/stash v1.3.1
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/andygrunwald/go-jira.v1 v1.8.0
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/yaml.v2 v2.2.7
)