diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-12-18 22:33:06 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2019-01-03 11:16:19 -0800 |
commit | 159eb9811ee7de4e99efc8f8a8404a2a9f455d70 (patch) | |
tree | d3a6ded9e39f8de76da02688d95802549ef2afb3 /src/k8splugin/go.mod | |
parent | 881691b184661e460d3f6973d535a231e5d089de (diff) |
Bump kubernetes client to 1.12.3
Bumping up the kubernetes client library used
to kubernetes 1.12.3
We will move it to v10.0.0 once our k8s deployment
moves to 1.13.0
Bumping kubectl version to 1.12.2 as andrewrothstein/ansible-kubectl
does not have 1.12.3 in its main.yml
Issue-ID: MULTICLOUD-301
Change-Id: Ifb2eaecb794bfdec19d631fdc9ece051d5ebfc60
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index a4f86586..2ac70782 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -8,12 +8,14 @@ require ( github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/protobuf v1.2.0 // indirect github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect + github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect github.com/google/go-cmp v0.2.0 // indirect github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect github.com/googleapis/gnostic v0.2.0 // indirect github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/handlers v1.3.0 github.com/gorilla/mux v1.6.2 + github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect github.com/hashicorp/consul v1.4.0 github.com/hashicorp/go-cleanhttp v0.5.0 // indirect github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect @@ -21,11 +23,12 @@ require ( github.com/hashicorp/serf v0.8.1 // indirect github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect github.com/imdario/mergo v0.3.5 // indirect - github.com/json-iterator/go v0.0.0-20180315132816-ca39e5af3ece // indirect + github.com/json-iterator/go v1.1.5 // indirect github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 // indirect github.com/mongodb/mongo-go-driver v0.1.0 + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/spf13/pflag v1.0.1 // indirect @@ -35,14 +38,18 @@ require ( github.com/xdg/stringprep v1.0.0 // indirect golang.org/x/crypto v0.0.0-20180608092829-8ac0e0d97ce4 // indirect golang.org/x/net v0.0.0-20180724234803-3673e40ba225 + golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect golang.org/x/sys v0.0.0-20180611080425-bff228c7b664 // indirect golang.org/x/text v0.3.0 // indirect golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.2.1 - k8s.io/api v0.0.0-20180607235014-72d6e4405f81 - k8s.io/apimachinery v0.0.0-20180515182440-31dade610c05 - k8s.io/client-go v7.0.0+incompatible + k8s.io/api v0.0.0-20181130031204-d04500c8c3dd + k8s.io/apimachinery v0.0.0-20181215012845-4d029f033399 + k8s.io/client-go v2.0.0-alpha.0.0.20181126152608-d082d5923d3c+incompatible + k8s.io/klog v0.1.0 // indirect + k8s.io/kube-openapi v0.0.0-20181114233023-0317810137be // indirect k8s.io/utils v0.0.0-20181102055113-1bd4f387aa67 + sigs.k8s.io/yaml v1.1.0 // indirect ) |