mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 16:35:22 +00:00
ec65f308d1
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
57 lines
2.7 KiB
Modula-2
57 lines
2.7 KiB
Modula-2
module github.com/infracloudio/botkube
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/Masterminds/squirrel v1.1.0 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
|
|
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
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/google/go-github/v27 v27.0.4
|
|
github.com/googleapis/gnostic v0.3.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
|
|
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
|
|
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // 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
|
|
github.com/nlopes/slack v0.5.1-0.20190623232825-2891986e2a3e
|
|
github.com/olivere/elastic v6.2.21+incompatible
|
|
github.com/pborman/uuid v1.2.0 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
k8s.io/api v0.0.0-20190802020852-fde72677e822
|
|
k8s.io/apimachinery v0.0.0-20190731142807-035e418f1ad9
|
|
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
|
|
k8s.io/klog v0.3.3 // indirect
|
|
k8s.io/utils v0.0.0-20190801114015-581e00157fb1 // indirect
|
|
)
|