-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update K8s package deps to 1.16 (#193)
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
- Loading branch information
1 parent
8eccd71
commit 05691f6
Showing
3 changed files
with
139 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,57 @@ | ||
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/evanphx/json-patch v4.5.0+incompatible // 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/gogo/protobuf v1.3.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect | ||
github.com/google/go-cmp v0.3.1 | ||
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/googleapis/gnostic v0.3.1 // indirect | ||
github.com/gorilla/websocket v1.4.1 // 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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/lib/pq v1.2.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/mailru/easyjson v0.7.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 | ||
github.com/nlopes/slack v0.5.1-0.20190623232825-2891986e2a3e | ||
github.com/olivere/elastic v6.2.21+incompatible | ||
github.com/onsi/ginkgo v1.10.2 // indirect | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/pelletier/go-toml v1.5.0 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/stretchr/testify v1.4.0 | ||
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/multierr v1.2.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 | ||
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect | ||
golang.org/x/net v0.0.0-20191009170851-d66e71096ffb // indirect | ||
golang.org/x/sys v0.0.0-20191009170203-06d7bd2c5f4f // indirect | ||
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect | ||
google.golang.org/appengine v1.6.5 // indirect | ||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // 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 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
k8s.io/api v0.0.0-20191009075622-910e671eb668 | ||
k8s.io/apimachinery v0.0.0-20191006235458-f9f2f3f8ab02 | ||
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90 | ||
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d // indirect | ||
) |
Oops, something went wrong.