forked from tailwarden/komiser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (41 loc) · 2.04 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
40
41
42
43
module github.com/mlabouardy/komiser
go 1.15
require (
cloud.google.com/go v0.37.5-0.20190430080321-149c87153689
github.com/Azure/azure-sdk-for-go v61.4.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.24
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/aws/aws-sdk-go v1.43.4
github.com/aws/aws-sdk-go-v2 v0.7.1-0.20190410190156-80eda21e3854
github.com/digitalocean/godo v1.19.1-0.20190722163849-4677563d2a4e
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/go-redis/redis v6.15.3-0.20190419151012-721116ac0e91+incompatible
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/google/go-querystring v1.0.1-0.20190318165438-c8c88dbee036 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.3.1-0.20180416203909-2b8556b16671
github.com/gorilla/mux v1.6.2-0.20180501031136-ded0c29b24f9
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/marstr/randname v0.0.0-20181206212954-d5b0f288ab8c
github.com/mitchellh/gox v1.0.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.2.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/slack-go/slack v0.10.2
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/urfave/cli v1.20.1-0.20180226030253-8e01ec4cd3e2
go.opencensus.io v0.21.1-0.20190426231706-3f87460392ec // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
google.golang.org/api v0.4.1-0.20190430180327-358d12232869
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
)