2019-08-05 09:25:46 +00:00
|
|
|
module github.com/infracloudio/botkube
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/squirrel v1.1.0 // indirect
|
2020-07-01 12:27:38 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.32.12
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
|
|
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
|
|
github.com/go-gorp/gorp v2.0.0+incompatible // indirect
|
|
|
|
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
|
|
|
|
github.com/go-redis/redis v6.15.2+incompatible // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/gogo/protobuf v1.3.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
|
2020-01-08 06:19:24 +00:00
|
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/google/go-github/v27 v27.0.4
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/googleapis/gnostic v0.3.1 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
|
|
github.com/mattermost/gorp v2.0.0+incompatible // indirect
|
|
|
|
github.com/mattermost/mattermost-server v5.11.1+incompatible
|
|
|
|
github.com/mattn/go-sqlite3 v1.11.0 // indirect
|
|
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
2019-11-19 12:31:09 +00:00
|
|
|
github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/olivere/elastic v6.2.21+incompatible
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/onsi/ginkgo v1.10.2 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/pborman/uuid v1.2.0 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
github.com/pelletier/go-toml v1.5.0 // indirect
|
2019-11-30 15:09:44 +00:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
2020-07-01 12:27:38 +00:00
|
|
|
github.com/sha1sum/aws_signing_client v0.0.0-20200229211254-f7815c59d5c1
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-07-01 12:27:38 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-08-05 09:25:46 +00:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
|
|
go.uber.org/atomic v1.4.0 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
go.uber.org/multierr v1.2.0 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
go.uber.org/zap v1.10.0 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
|
|
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2019-08-05 09:25:46 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
2019-10-11 10:23:02 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
2020-01-08 06:19:24 +00:00
|
|
|
k8s.io/api v0.17.0
|
|
|
|
k8s.io/apimachinery v0.17.0
|
|
|
|
k8s.io/client-go v0.17.0
|
|
|
|
k8s.io/kubectl v0.17.0
|
2019-08-05 09:25:46 +00:00
|
|
|
)
|
2019-11-19 12:31:09 +00:00
|
|
|
|
|
|
|
go 1.13
|