Skip to content

Commit

Permalink
Update client-go to v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 8, 2018
1 parent 160b116 commit 09bdd46
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions glide.yaml
Expand Up @@ -3,7 +3,7 @@ import:
- package: github.com/appscode/go
version: master
- package: github.com/appscode/osm
version: 0.7.0
version: 0.7.1
- package: github.com/appscode/pat
version: master
- package: github.com/cenkalti/backoff
Expand All @@ -19,9 +19,9 @@ import:
vcs: git
version: master
- package: github.com/Azure/azure-sdk-for-go
version: v12.4.0-beta
version: v14.6.0
- package: github.com/Azure/go-autorest
version: v9.9.0
version: v10.6.2
- package: github.com/aws/aws-sdk-go
version: v1.12.7
- package: google.golang.org/api/storage/v1
Expand All @@ -32,7 +32,7 @@ import:
version: master
- package: github.com/jpillora/go-ogle-analytics
- package: github.com/json-iterator/go
version: 1.1.3
version: 1.1.4
- package: github.com/onsi/ginkgo
version: v1.5.0
- package: github.com/onsi/gomega
Expand All @@ -48,41 +48,40 @@ import:
- package: github.com/spf13/pflag
version: v1.0.1
- package: gopkg.in/ini.v1
version: v1.37.0
version: v1.38.0
- package: gopkg.in/robfig/cron.v2
repo: https://github.com/appscode/cron.git
vcs: git
version: v2
- package: k8s.io/api
version: kubernetes-1.10.0
version: kubernetes-1.11.0
- package: k8s.io/apiextensions-apiserver
version: kubernetes-1.10.0
version: kubernetes-1.11.0
- package: k8s.io/apimachinery
repo: https://github.com/pharmer/apimachinery.git
vcs: git
version: release-1.10
version: release-1.11
- package: k8s.io/apiserver
repo: https://github.com/tamalsaha/apiserver.git
version: k-1.10
version: kubernetes-1.11.0
- package: k8s.io/client-go
version: v7.0.0
version: v8.0.0
- package: k8s.io/kube-aggregator
version: kubernetes-1.10.0
version: kubernetes-1.11.0
- package: k8s.io/kube-openapi
version: master
- package: k8s.io/kubernetes
version: v1.10.0
version: v1.11.0
- package: github.com/appscode/kutil
version: release-7.0
version: release-8.0
- package: github.com/appscode/kubernetes-webhook-util
version: release-7.0
version: release-8.0
- package: github.com/openshift/api
version: 09a4e3d50f1aae6613b1b86941ffb8bded21e674
version: 31a7bbd2266d178da3c12bb83f5274d387f775e6
- package: github.com/openshift/client-go
version: b3f4c8b4682c151defdd33ce75acfbf5fb30bccc
version: 4688ad28de2e88110c0ea30179c51b9b205f99be
- package: github.com/openshift/origin
version: 93f12e580ece30e0055f030dcd6d239116ff5cb4
version: fecffb2fce100260088a1b9f268c0901a778cf2b
- package: github.com/appscode/ocutil
version: release-3.10
version: release-3.11
- package: github.com/mailru/easyjson
version: 2f5df55504ebc322e4d52d34df6a1f5b503bf26d

0 comments on commit 09bdd46

Please sign in to comment.